Exception: MPV::MPVNotAvailableError

Inherits:
MPVError
  • Object
show all
Defined in:
lib/mpv/exceptions.rb

Overview

Raised when mpv cannot be executed.

Instance Method Summary collapse

Constructor Details

#initializeMPVNotAvailableError

Returns a new instance of MPVNotAvailableError.



8
9
10
# File 'lib/mpv/exceptions.rb', line 8

def initialize
  super "Could not find an mpv binary to execute in the system path"
end