Method: Methadone::ExecutionStrategy::Base#exception_meaning_command_not_found

Defined in:
lib/methadone/execution_strategy/base.rb

#exception_meaning_command_not_foundObject

Returns the class that, if caught by calling #run_command, represents the underlying command not existing. For example, in MRI Ruby, if you try to execute a non-existent command, you get a Errno::ENOENT.



27
28
29
# File 'lib/methadone/execution_strategy/base.rb', line 27

def exception_meaning_command_not_found
  subclass_must_implement!
end