Exception: WT::ResponseNotFoundException

Inherits:
Exception
  • Object
show all
Defined in:
lib/assertion.rb

Instance Method Summary collapse

Constructor Details

#initializeResponseNotFoundException

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