class Errors::VBTypeError
Public Instance Methods
message()
click to toggle source
# File lib/errors.rb, line 22 def message "Unknown Voicemeeter type" end
on_launch()
click to toggle source
# File lib/errors.rb, line 15 def on_launch "Login was requested but no Voicemeeter type was provided, nor was Voicemeeter running. To fix do either of the following: a) Provide a Voicemeeter type when you call Remote.new b) Ensure that Voicemeeter is running before your program starts" end