Exception: Summarize::BinaryNotFoundError
- Defined in:
- lib/summarize/errors.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ BinaryNotFoundError
constructor
A new instance of BinaryNotFoundError.
Constructor Details
#initialize(path) ⇒ BinaryNotFoundError
Returns a new instance of BinaryNotFoundError.
7 8 9 |
# File 'lib/summarize/errors.rb', line 7 def initialize(path) super("summarize binary not found at '#{path}'. Install via: npm i -g @steipete/summarize") end |