base_exceptions#
- exception starlite.exceptions.base_exceptions.StarLiteException#
Bases:
ExceptionBase exception class from which all Starlite exceptions inherit.
- exception starlite.exceptions.base_exceptions.MissingDependencyException#
Bases:
StarLiteExceptionMissing optional dependency.
This exception is raised only when a module depends on a dependency that has not been installed.
- exception starlite.exceptions.base_exceptions.SerializationException#
Bases:
StarLiteExceptionEncoding or decoding of an object failed.