Exception: ZoomError::ExecutableNotFoundError
- Defined in:
- lib/zoom_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.
6 7 8 |
# File 'lib/zoom_error.rb', line 6 def initialize(exe) super("Executable #{exe} not found!") end |