Method: QstClient::Exception#initialize

Defined in:
lib/qst_client.rb

#initialize(response) ⇒ Exception

Returns a new instance of Exception.



24
25
26
# File 'lib/qst_client.rb', line 24

def initialize(response)
  @response = response
end