Exception: WePredict::Errors::APIError

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

Direct Known Subclasses

AccessDenied, BadRequest

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(body) ⇒ APIError

Returns a new instance of APIError.



7
8
9
# File 'lib/wepredict/exceptions.rb', line 7

def initialize(body)
  @body = body
end

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



5
6
7
# File 'lib/wepredict/exceptions.rb', line 5

def body
  @body
end