custom_exceptions library

File: clonify.dart Project: clonify Author: Mohammad Salameh Created Date: 25.09.2024 Description: This file defines custom exceptions for the clonify 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: