7 lines
93 B
Python
7 lines
93 B
Python
class InvalidDefinitionError(Exception):
|
|
pass
|
|
|
|
|
|
class NotFoundError(Exception):
|
|
pass
|