Sha256: 089508c3cb502b4046e2e7599094d5a726b6d18a94d0602df4a5654a1cc29877

Contents?: true

Size: 331 Bytes

Versions: 19

Compression:

Stored size: 331 Bytes

Contents

# Exception for a Unauthorized Response ( Status Code : 401 ).
# The request requires user authentication.
class ApiClient::Exceptions::Unauthorized < ApiClient::Exceptions::Generic
  # Initialize a new exception.
  #
  # @return [Unauthorized] a new exception.
  def self.initialize
    super("Authentication Required!")
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
api-client-2.0.0.rc1 lib/api-client/exceptions/unauthorized.rb
api-client-1.10.0 lib/api-client/exceptions/unauthorized.rb
api-client-1.9.1 lib/api-client/exceptions/unauthorized.rb
api-client-1.9.0 lib/api-client/exceptions/unauthorized.rb
api-client-1.8.2 lib/api-client/exceptions/unauthorized.rb
api-client-1.8.1 lib/api-client/exceptions/unauthorized.rb
api-client-1.8.0 lib/api-client/exceptions/unauthorized.rb
api-client-1.7.1 lib/api-client/exceptions/unauthorized.rb
api-client-1.7.0 lib/api-client/exceptions/unauthorized.rb
api-client-1.6.1 lib/api-client/exceptions/unauthorized.rb
api-client-1.6.0 lib/api-client/exceptions/unauthorized.rb
api-client-1.5.4 lib/api-client/exceptions/unauthorized.rb
api-client-1.5.3 lib/api-client/exceptions/unauthorized.rb
api-client-1.5.2 lib/api-client/exceptions/unauthorized.rb
api-client-1.5.1 lib/api-client/exceptions/unauthorized.rb
api-client-1.5.0 lib/api-client/exceptions/unauthorized.rb
api-client-1.4.1 lib/api-client/exceptions/unauthorized.rb
api-client-1.4.0 lib/api-client/exceptions/unauthorized.rb
api-client-1.3.0 lib/api-client/exceptions/unauthorized.rb