custom_exceptions library
Exceptions / Errors
- CustomException
- CustomException is a base class for exceptions in the platform file editors. Attributes:
- FileNotExistException
- FileNotExistException is a custom exception thrown when a file does not exist at the expected path. Attributes:
- FileReadException
- FileReadException is a custom exception thrown when there is an error reading a file. Attributes:
- FileWriteException
- FileWriteException is a custom exception thrown when there is an error writing to a file. Attributes: