Exception: Smoke::Request::Failure
- Inherits:
-
Exception
- Object
- Exception
- Smoke::Request::Failure
- Defined in:
- lib/smoke/request.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#uri ⇒ Object
readonly
Returns the value of attribute uri.
Instance Method Summary collapse
-
#initialize(uri, msg) ⇒ Failure
constructor
A new instance of Failure.
Constructor Details
Instance Attribute Details
#uri ⇒ Object (readonly)
Returns the value of attribute uri.
4 5 6 |
# File 'lib/smoke/request.rb', line 4 def uri @uri end |