Ruby-Cogs/appeals/engine/errors.py
Valerie 477974d53c
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
Upload 2 Cogs & Update README
2025-05-23 01:30:53 -04:00

6 lines
100 B
Python

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