tyrian.exceptions
-
exception tyrian.exceptions.TyrianException[source]
Base exception to allow for easy catching of all exceptions raised by
tyrian
-
exception tyrian.exceptions.TyrianSyntaxError[source]
Raised when a syntax is found
-
exception tyrian.exceptions.InvalidToken[source]
Raised when an invalid token is found
-
exception tyrian.exceptions.GrammarDefinitionError[source]
Raised when the grammar definition file is found to have an error
-
exception tyrian.exceptions.NoSuchGrammar[source]
Raised when a reference grammar does not exist