class FimmedUp::Error
Attributes
http_headers[R]
Public Class Methods
new(message, http_headers)
click to toggle source
Calls superclass method
# File lib/fimmed_up/error.rb, line 6 def initialize(message, http_headers) @http_headers = http_headers super(message) end