mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-22 09:50:49 +00:00
defines two error classes
VMError and VMCAPIError
This commit is contained in:
parent
02e4e3cd50
commit
280ac4ef54
9
lib/voicemeeter/errors.rb
Normal file
9
lib/voicemeeter/errors.rb
Normal file
@ -0,0 +1,9 @@
|
||||
module Voicemeeter
|
||||
module Errors
|
||||
class VMError < StandardError
|
||||
end
|
||||
|
||||
class VMCAPIError < VMError
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user