class Uatu::Error

Attributes

http_headers[R]

Public Class Methods

new(message, http_headers={}) click to toggle source
Calls superclass method
# File lib/uatu/error.rb, line 5
def initialize(message, http_headers={})
  @http_headers = http_headers
  super(message)
end