Exception: TestLink::Exceptions::CommandFailedException
- Inherits:
-
Exception
- Object
- Exception
- Exception
- TestLink::Exceptions::CommandFailedException
- Defined in:
- lib/test_link/exceptions/command_failed_exception.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ CommandFailedException
constructor
A new instance of CommandFailedException.
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 super "Command has failed: #{}" end |