EnumException¶
-
class
EnumException[source]¶ Bases:
exceptions.ExceptionException thrown by
Enumerationwhen trying to declare an invalid enumeration.
EnumException¶
EnumException[source]¶Bases: exceptions.Exception
Exception thrown by Enumeration when trying to declare an
invalid enumeration.