Alphabetize exceptions.

master
voussoir 2022-01-19 18:38:05 -08:00
parent 7fddee51df
commit 77769aa2ef
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 2 additions and 3 deletions

View File

@ -36,12 +36,11 @@ class IsDirectory(PathclassException):
class IsLink(PathclassException):
pass
class NotExists(PathclassException):
pass
class NotDirectory(PathclassException):
pass
class NotExists(PathclassException):
pass
class NotFile(PathclassException):
pass