Exception: Quicsilver::Client::Request::ResetError
- Inherits:
-
StandardError
- Object
- StandardError
- Quicsilver::Client::Request::ResetError
- Defined in:
- lib/quicsilver/client/request.rb
Instance Attribute Summary collapse
-
#error_code ⇒ Object
readonly
Returns the value of attribute error_code.
Instance Method Summary collapse
-
#initialize(message, error_code = nil) ⇒ ResetError
constructor
A new instance of ResetError.
Constructor Details
#initialize(message, error_code = nil) ⇒ ResetError
Returns a new instance of ResetError.
13 14 15 16 |
# File 'lib/quicsilver/client/request.rb', line 13 def initialize(, error_code = nil) super() @error_code = error_code end |
Instance Attribute Details
#error_code ⇒ Object (readonly)
Returns the value of attribute error_code.
11 12 13 |
# File 'lib/quicsilver/client/request.rb', line 11 def error_code @error_code end |