Sha256: 921a5da3cd9a5523a527829adb05a0a2d1c1726dbf720376be4cdef887d7a5f9

Contents?: true

Size: 182 Bytes

Versions: 2

Compression:

Stored size: 182 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
deepl-rb-2.2.2 lib/deepl/exceptions/quota_exceeded.rb
deepl-rb-2.2.1 lib/deepl/exceptions/quota_exceeded.rb