class NameDrop::Error

Attributes

response[R]

Public Class Methods

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