exceptions¶
Exception classes.
Exceptions
Raisd when there are issued with dependencies/environment/etc. |
|
Base class for all exceptions. |
|
|
Raised when a file is not of the expected type. |
A requested path does not exist when it should. |
|
Errors with paths. |
|
A requested already exists when it should not. |
|
Errors with schema validation. |
- exception undertale.exceptions.Error¶
Bases:
ExceptionBase class for all exceptions.
- exception undertale.exceptions.EnvironmentError¶
Bases:
ErrorRaisd when there are issued with dependencies/environment/etc.
- exception undertale.exceptions.PathDoesNotExist¶
Bases:
PathErrorA requested path does not exist when it should.