lib/deepl/exceptions/quota_exceeded.rb in deepl-rb-2.2.2 vs lib/deepl/exceptions/quota_exceeded.rb in deepl-rb-2.2.3

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module DeepL module Exceptions class QuotaExceeded < RequestError def message 'Quota exceeded. The character limit has been reached.'