Ruby-Cogs/referrals/engine/errors.py
2025-05-23 02:30:00 -04:00

6 lines
100 B
Python

class UNCPathError(Exception):
message: str
class DirectoryError(Exception):
message: str