class Teespring::Error

Attributes

response[R]

Public Class Methods

new(message, response) click to toggle source
Calls superclass method
# File lib/teespring/error.rb, line 5
def initialize(message, response)
  @response = response

  super(message)
end