7 lines
97 B
Python
7 lines
97 B
Python
class AlreadyExistsException(Exception):
|
|
pass
|
|
|
|
|
|
class NotFoundException(Exception):
|
|
pass
|