Exception: SiteFuel::External::ProgramNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sitefuel/external/AbstractExternalProgram.rb

Overview

raised when an external program can’t be found

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(program_name) ⇒ ProgramNotFound

Returns a new instance of ProgramNotFound.



25
26
27
# File 'lib/sitefuel/external/AbstractExternalProgram.rb', line 25

def initialize(program_name)
  @program_name = program_name
end

Instance Attribute Details

#program_nameObject (readonly)

Returns the value of attribute program_name.



24
25
26
# File 'lib/sitefuel/external/AbstractExternalProgram.rb', line 24

def program_name
  @program_name
end