Class: RongCloud::Exceptions

Inherits:
Object
  • Object
show all
Defined in:
lib/rongcloud/exceptions.rb

Constant Summary collapse

Error =

Generic error

Class.new(StandardError)
HttpError =

Generic HTTP error

Class.new(Error)
APIError =

Generic API error, non 200 response code

Class.new(Error)