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