Exception: Zoom::ExecutableNotFoundError
- Defined in:
- lib/zoom/executable_not_found_error.rb
Instance Method Summary collapse
-
#initialize(exe) ⇒ ExecutableNotFoundError
constructor
A new instance of ExecutableNotFoundError.
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 |