class Jimson::Client::Error::InvalidJSON

Public Class Methods

new(json) click to toggle source
Calls superclass method
# File lib/jimson/client/error.rb, line 11
def initialize(json)
  super("Couldn't parse JSON string received from server:\n#{json}")
end