Exception: Dance::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Dance::Error
- Defined in:
- lib/dance/errors.rb
Direct Known Subclasses
CheckParams, Deprecated, InvalidRequest, NoRecord, NotAuthenticated, NotAuthorized, VerifyAuthentic, VersionNotAllowed
Instance Attribute Summary collapse
-
#http_Headers ⇒ Object
readonly
Returns the value of attribute http_Headers.
Instance Method Summary collapse
-
#initialize(message, http_headers) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message, http_headers) ⇒ Error
Returns a new instance of Error.
5 6 7 8 |
# File 'lib/dance/errors.rb', line 5 def initialize(, http_headers) @http_headers = Hash[http_headers] super() end |
Instance Attribute Details
#http_Headers ⇒ Object (readonly)
Returns the value of attribute http_Headers.
3 4 5 |
# File 'lib/dance/errors.rb', line 3 def http_Headers @http_Headers end |