Sha256: aca380fb15cbb4f635cf3a5f686254847c73c108d3deb05cf94e45fcdb6f677c

Contents?: true

Size: 360 Bytes

Versions: 4

Compression:

Stored size: 360 Bytes

Contents

# Copyright 2018 Daniel Herzog
# Use of this source code is governed by an MIT
# license that can be found in the LICENSE.md file.
# frozen_string_literal: true

module DeepL
  module Exceptions
    class AuthorizationFailed < RequestError
      def message
        'Authorization failed. Please supply a valid auth_key parameter.'
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
deepl-rb-3.1.0 lib/deepl/exceptions/authorization_failed.rb
deepl-rb-3.0.2 lib/deepl/exceptions/authorization_failed.rb
deepl-rb-3.0.1 lib/deepl/exceptions/authorization_failed.rb
deepl-rb-3.0.0 lib/deepl/exceptions/authorization_failed.rb