class Vend::HttpError
Attributes
response_headers[RW]
Public Class Methods
new(headers)
click to toggle source
# File lib/vend/exception.rb, line 4 def initialize(headers) @response_headers = headers end