lint/err
This commit is contained in:
parent
f7c1d90dfd
commit
08b6364d9b
1 changed files with 4 additions and 2 deletions
|
@ -1,2 +1,4 @@
|
|||
class Exception(Exception):
|
||||
pass
|
||||
"""Handle errors."""
|
||||
|
||||
class Error(Exception):
|
||||
"""Parent class for all errors."""
|
||||
|
|
Loading…
Reference in a new issue