Exception: Jimson::ClientError::InvalidJSON

Inherits:
Exception
  • Object
show all
Defined in:
lib/jimson/client_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(json) ⇒ InvalidJSON

Returns a new instance of InvalidJSON.



10
11
12
# File 'lib/jimson/client_error.rb', line 10

def initialize(json)
  super("Couldn't parse JSON string received from server:\n#{json}")
end