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