Exception: Calabash::Cucumber::LaunchError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/calabash-cucumber/launcher.rb

Overview

Raised when calabash cannot launch the app.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#errorObject

Returns the value of attribute error.



6
7
8
# File 'lib/calabash-cucumber/launcher.rb', line 6

def error
  @error
end