Exception: MPV::NotAvailableError

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

Overview

Raised when no usable mpv executable is available.

Instance Method Summary collapse

Constructor Details

#initialize ⇒ NotAvailableError

Returns a new instance of NotAvailableError.



44
45
46
# File 'lib/mpv_ipc/exceptions.rb', line 44

def initialize
  super "No usable mpv executable available"
end