Exception: Elscripto::LaunchFailedError

Inherits:
Exception
  • Object
show all
Defined in:
lib/elscripto/app.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeLaunchFailedError

Returns a new instance of LaunchFailedError.



12
13
14
# File 'lib/elscripto/app.rb', line 12

def initialize
  super "Your windows have failed to launch. Please check your command definitions"
end