Exception: ZoomError::ExecutableNotFoundError

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

Instance Method Summary collapse

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