Exception: Calabash::Cucumber::LaunchError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Calabash::Cucumber::LaunchError
- Defined in:
- lib/calabash-cucumber/launcher.rb
Overview
Raised when calabash cannot launch the app.
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
Instance Method Summary collapse
-
#initialize(err) ⇒ LaunchError
constructor
A new instance of LaunchError.
Constructor Details
#initialize(err) ⇒ LaunchError
Returns a new instance of LaunchError.
8 9 10 |
# File 'lib/calabash-cucumber/launcher.rb', line 8 def initialize(err) self.error= err end |
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
6 7 8 |
# File 'lib/calabash-cucumber/launcher.rb', line 6 def error @error end |