Exception: Summarize::BinaryNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/summarize/errors.rb

Instance Method Summary collapse

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