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):
|
class IsLink(PathclassException):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
class NotExists(PathclassException):
|
|
||||||
pass
|
|
||||||
|
|
||||||
class NotDirectory(PathclassException):
|
class NotDirectory(PathclassException):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
class NotExists(PathclassException):
|
||||||
|
pass
|
||||||
class NotFile(PathclassException):
|
class NotFile(PathclassException):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue