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