custom_exceptions library
File: custom_exceptions.dart Project: rename Author: Onat Cipli Created Date: 24.09.2023 Description: This file defines custom exceptions for the rename project.
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: