Exception: WT::ResponseNotFoundException
- Inherits:
-
Exception
- Object
- Exception
- WT::ResponseNotFoundException
- Defined in:
- lib/assertion.rb
Instance Method Summary collapse
-
#initialize ⇒ ResponseNotFoundException
constructor
A new instance of ResponseNotFoundException.
Constructor Details
#initialize ⇒ ResponseNotFoundException
Returns a new instance of ResponseNotFoundException.
170 171 172 |
# File 'lib/assertion.rb', line 170 def initialize super("Response not found. Probably there was some connection issue.") end |