Exceptions
All exceptions raised by Grace derive from GraceError.
grace.exceptions
GraceError
Bases: Exception
Base exception for Grace.
It could be used to handle any exceptions that are raised by Grace.
ConfigError
Bases: GraceError
Exception raised for configuration errors.
This exception is generally raised when the configuration are improperly set up.
GeneratorError
Bases: GraceError
Exception raised for generator errors.
NoTemplateError
Bases: GeneratorError
Exception raised when no template is found for a generator.
ValidationError
Bases: GeneratorError
Exception raised for validation errors inside a generator.