class RequestError(Exception):
pass
class NotFoundError(Exception):
class AlreadyExistingError(Exception):