Exception: CS::Error::ResponseError

Inherits:
Error
  • Object
show all
Defined in:
lib/cs/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Error Response from CommonSense") ⇒ ResponseError

Returns a new instance of ResponseError.



34
35
36
# File 'lib/cs/error.rb', line 34

def initialize(message = "Error Response from CommonSense")
  super(message)
end