class DeepL::Exceptions::QuotaExceeded

Public Instance Methods

message() click to toggle source
# File lib/deepl/exceptions/quota_exceeded.rb, line 6
def message
  'Quota exceeded. The character limit has been reached.'
end