Alphabetize exceptions.

This commit is contained in:
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

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