Exception: TestLink::Exceptions::EmptyResponseException
- Inherits:
-
Exception
- Object
- Exception
- Exception
- TestLink::Exceptions::EmptyResponseException
- Defined in:
- lib/test_link/exceptions/empty_response_exception.rb
Instance Method Summary collapse
-
#initialize ⇒ EmptyResponseException
constructor
A new instance of EmptyResponseException.
Constructor Details
#initialize ⇒ EmptyResponseException
Returns a new instance of EmptyResponseException.
21 22 23 |
# File 'lib/test_link/exceptions/empty_response_exception.rb', line 21 def initialize super 'Response is empty' end |