lib/deepl/exceptions/limit_exceeded.rb in deepl-rb-2.2.2 vs lib/deepl/exceptions/limit_exceeded.rb in deepl-rb-2.2.3
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module DeepL
module Exceptions
class LimitExceeded < RequestError
def message
'Limit exceeded. Please wait and send your request once again.'