class EAAL::Exception::HTTPError
Used when an http error is encountered
Attributes
status[R]
Public Class Methods
new(status)
click to toggle source
# File lib/eaal/exception.rb, line 32 def initialize(status) @status = status end