Searched refs:InvalidTheme (Results 1 – 3 of 3) sorted by relevance
32 class InvalidTheme(Exception): pass class324 raise InvalidTheme('Invalid theme type specified')
37 class InvalidTheme(Exception): pass class302 raise InvalidTheme('Invalid theme type specified')
384 with self.assertRaises(config.InvalidTheme):