class Olimpo::Error
Attributes
http_status[RW]
response_body[RW]
Public Class Methods
new(http_status, response_body)
click to toggle source
Calls superclass method
# File lib/olimpo/error.rb, line 5 def initialize(http_status, response_body) message = " [HTTP #{http_status}] #{response_body}" super(message) end