Alphabetize exceptions.
This commit is contained in:
parent
7fddee51df
commit
77769aa2ef
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue