class Snov::Client::ResponseError

Attributes

response[R]

Public Class Methods

new(message, response: nil) click to toggle source
Calls superclass method
# File lib/snov/client.rb, line 15
def initialize(message, response: nil)
  super(message)
  @response = response
end