Exception: Suma::Eengine::EengineNotFoundError

Inherits:
EengineError
  • Object
show all
Defined in:
lib/suma/eengine/errors.rb

Overview

Raised when eengine binary is not found in PATH

Instance Method Summary collapse

Constructor Details

#initializeEengineNotFoundError

Returns a new instance of EengineNotFoundError.



10
11
12
13
14
# File 'lib/suma/eengine/errors.rb', line 10

def initialize
  super("eengine not found in PATH. Install eengine:\n  " \
        "macOS: https://github.com/expresslang/homebrew-eengine\n  " \
        "Linux: https://github.com/expresslang/eengine-releases")
end