class MPV::MPVUnsupportedFlagError
Raised when `mpv` doesn't support a requested flag.
Public Class Methods
new(flag)
click to toggle source
Calls superclass method
# File lib/mpv/exceptions.rb, line 17 def initialize(flag) super "Installed mpv doesn't support the #{flag} flag" end