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