exceptions.py
Others:
Bases: foundations.exceptions.AbstractError
This class is the abstract base class for language related exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: umbra.components.factory.scriptEditor.exceptions.AbstractLanguageError
This class is used for language grammar exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|