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