Module: FantasticstayApi::ApiExceptions
- Included in:
- API
- Defined in:
- lib/fantasticstay_api/api_exceptions.rb
Constant Summary collapse
- APIExceptionError =
Class.new(StandardError)
- BadRequestError =
Class.new(APIExceptionError)
Class.new(APIExceptionError)
- ForbiddenError =
Class.new(APIExceptionError)
- ApiRequestsQuotaReachedError =
Class.new(APIExceptionError)
- NotFoundError =
Class.new(APIExceptionError)
- UnprocessableEntityError =
Class.new(APIExceptionError)
- ApiError =
Class.new(APIExceptionError)