movier/exceptions.py
2023-08-06 22:48:47 +04:00

3 lines
85 B
Python

class FileExistException(Exception): ...
class FileNotExistException(Exception): ...