class MPV::MPVNotAvailableError

Raised when `mpv` cannot be executed.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/mpv/exceptions.rb, line 10
def initialize
  super "Could not find an mpv binary to execute in the system path"
end