mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 23:00:48 +00:00
10 lines
128 B
Ruby
10 lines
128 B
Ruby
module Voicemeeter
|
|
module Errors
|
|
class VMError < StandardError
|
|
end
|
|
|
|
class VMCAPIError < VMError
|
|
end
|
|
end
|
|
end
|