module Discorb::Voice
  #
  # Error for voice connection.
  #
  class VoiceError < StandardError
  end
end