Exception: ScriptCore::ExecutableNotFound

Inherits:
IOError show all
Defined in:
lib/script_core/engine_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(executable_path) ⇒ ExecutableNotFound

Returns a new instance of ExecutableNotFound.



7
8
9
# File 'lib/script_core/engine_error.rb', line 7

def initialize(executable_path)
  @executable_path = executable_path
end

Instance Attribute Details

#executable_pathObject (readonly)

Returns the value of attribute executable_path.



5
6
7
# File 'lib/script_core/engine_error.rb', line 5

def executable_path
  @executable_path
end