Sha256: 8855972897648a23bbc6fc41f30cf742139d627fd0821c6b5365716f5161e8ed

Contents?: true

Size: 159 Bytes

Versions: 45

Compression:

Stored size: 159 Bytes

Contents

module Scimitar

  class AuthenticationError < ErrorResponse
    def initialize
      super(status: 401, detail: 'Requires authentication')
    end

  end
end

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
scimitar-1.11.0 app/models/scimitar/authentication_error.rb
scimitar-2.10.0 app/models/scimitar/authentication_error.rb
scimitar-1.10.0 app/models/scimitar/authentication_error.rb
scimitar-2.9.0 app/models/scimitar/authentication_error.rb
scimitar-2.8.0 app/models/scimitar/authentication_error.rb
scimitar-2.7.3 app/models/scimitar/authentication_error.rb
powerhome-scimitar-1.0.0 app/models/scimitar/authentication_error.rb
scimitar-2.7.2 app/models/scimitar/authentication_error.rb
scimitar-1.8.2 app/models/scimitar/authentication_error.rb
scimitar-1.8.1 app/models/scimitar/authentication_error.rb
scimitar-2.7.1 app/models/scimitar/authentication_error.rb
scimitar-1.8.0 app/models/scimitar/authentication_error.rb
scimitar-2.7.0 app/models/scimitar/authentication_error.rb
scimitar-1.7.1 app/models/scimitar/authentication_error.rb
scimitar-2.6.1 app/models/scimitar/authentication_error.rb
scimitar-1.7.0 app/models/scimitar/authentication_error.rb
scimitar-2.6.0 app/models/scimitar/authentication_error.rb
scimitar-1.6.0 app/models/scimitar/authentication_error.rb
scimitar-2.5.0 app/models/scimitar/authentication_error.rb
scimitar-2.4.3 app/models/scimitar/authentication_error.rb