Class: Gitlab::Auth::DpopValidationError

Inherits:
AuthenticationError
  • Object
show all
Defined in:
lib/gitlab/auth/auth_finders.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ DpopValidationError

Returns a new instance of DpopValidationError.



16
17
18
# File 'lib/gitlab/auth/auth_finders.rb', line 16

def initialize(msg)
  super("DPoP validation error: #{msg}")
end