Exception: MPV::MPVNotAvailableError
- Defined in:
- lib/mpv/exceptions.rb
Overview
Raised when mpv
cannot be executed.
Instance Method Summary collapse
-
#initialize ⇒ MPVNotAvailableError
constructor
A new instance of MPVNotAvailableError.
Constructor Details
#initialize ⇒ MPVNotAvailableError
Returns a new instance of MPVNotAvailableError.
10 11 12 |
# File 'lib/mpv/exceptions.rb', line 10 def initialize super "Could not find an mpv binary to execute in the system path" end |