Exception: TestLink::Exceptions::CommandFailedException

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ CommandFailedException

Returns a new instance of CommandFailedException.



21
22
23
# File 'lib/test_link/exceptions/command_failed_exception.rb', line 21

def initialize message
  super "Command has failed: #{message}"
end