Method: Condor::ExecutableException#initialize
- Defined in:
- lib/condor.rb
#initialize(executable, message) ⇒ ExecutableException
Returns a new instance of ExecutableException.
54 55 56 57 |
# File 'lib/condor.rb', line 54 def initialize(executable, ) @executable = executable super() end |