Exception: Thieve::Error::ExecutableNotFound

Inherits:
Thieve::Error
  • Object
show all
Defined in:
lib/thieve/error/executable_not_found.rb

Instance Method Summary collapse

Constructor Details

#initialize(exe) ⇒ ExecutableNotFound

Returns a new instance of ExecutableNotFound.



2
3
4
# File 'lib/thieve/error/executable_not_found.rb', line 2

def initialize(exe)
    super("Please install #{exe}")
end