class Thieve::Error::ExecutableNotFound

Public Class Methods

new(exe) click to toggle source
Calls superclass method
# File lib/thieve/error/executable_not_found.rb, line 2
def initialize(exe)
    super("Please install #{exe}")
end