6 lines
100 B
Python
6 lines
100 B
Python
class UNCPathError(Exception):
|
|
message: str
|
|
|
|
|
|
class DirectoryError(Exception):
|
|
message: str
|