Exception: Deltacloud::Runner::RunnerError
- Inherits:
-
StandardError
- Object
- StandardError
- Deltacloud::Runner::RunnerError
- Defined in:
- lib/deltacloud/runner.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ RunnerError
constructor
A new instance of RunnerError.
Constructor Details
#initialize(message) ⇒ RunnerError
Returns a new instance of RunnerError.
26 27 28 29 |
# File 'lib/deltacloud/runner.rb', line 26 def initialize() @message = super end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
25 26 27 |
# File 'lib/deltacloud/runner.rb', line 25 def @message end |