Exception: TestLink::Exceptions::EmptyResponseException

Inherits:
Exception
  • Object
show all
Defined in:
lib/test_link/exceptions/empty_response_exception.rb

Instance Method Summary collapse

Constructor Details

#initializeEmptyResponseException

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