Exception: Zoom::ExecutableNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/zoom/executable_not_found_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(exe) ⇒ ExecutableNotFoundError

Returns a new instance of ExecutableNotFoundError.



4
5
6
# File 'lib/zoom/executable_not_found_error.rb', line 4

def initialize(exe)
    super("Executable #{exe} not found!")
end