mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2026-04-19 09:23:31 +00:00
defines two error classes
VMError and VMCAPIError
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user