class Egregious::Error

Attributes

http_status[R]
message[R]

Public Class Methods

new(message=nil, http_status=nil) click to toggle source
# File lib/egregious/extensions/exception.rb, line 25
def initialize(message=nil, http_status=nil)
     @message = message
     @http_status = http_status
end