class Jimson::Client::Error::InvalidResponse

Public Class Methods

new(response = nil) click to toggle source
Calls superclass method
# File lib/jimson/client/error.rb, line 5
def initialize(response = nil)
  super("Invalid or empty response from server:\n#{response.inspect}")
end