Sha256: fc1c53fbdcbbb436aaaa90254504b593d01487ad646a0d6cbe34d6e64a5b3277

Contents?: true

Size: 213 Bytes

Versions: 9

Compression:

Stored size: 213 Bytes

Contents

# frozen_string_literal: true

module DeepL
  module Exceptions
    class QuotaExceeded < RequestError
      def message
        'Quota exceeded. The character limit has been reached.'
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
deepl-rb-2.5.3 lib/deepl/exceptions/quota_exceeded.rb
deepl-rb-2.5.2 lib/deepl/exceptions/quota_exceeded.rb
deepl-rb-2.5.1 lib/deepl/exceptions/quota_exceeded.rb
deepl-rb-2.5.0 lib/deepl/exceptions/quota_exceeded.rb
deepl-rb-2.4.0 lib/deepl/exceptions/quota_exceeded.rb
deepl-rb-2.3.1 lib/deepl/exceptions/quota_exceeded.rb
deepl-rb-2.3.0 lib/deepl/exceptions/quota_exceeded.rb
deepl-rb-2.2.4 lib/deepl/exceptions/quota_exceeded.rb
deepl-rb-2.2.3 lib/deepl/exceptions/quota_exceeded.rb