kopia lustrzana https://github.com/Langenfeld/py-gitea
8 wiersze
139 B
Python
8 wiersze
139 B
Python
|
class AlreadyExistsException(Exception):
|
||
|
pass
|
||
|
|
||
|
class NotFoundException(Exception):
|
||
|
pass
|
||
|
|
||
|
class ObjectIsInvalid(Exception):
|
||
|
pass
|