Module: Stanbic::ApiExceptions
- Defined in:
- lib/stanbic/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)