Commit 7f594c46 authored by Roman Desyatskii's avatar Roman Desyatskii

Base errors

parent 3fa5116b
class NotFoundException(Exception):
pass
class CreateException(Exception):
pass
class UpdateException(Exception):
pass
class DeleteException(Exception):
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment