Exception: WPScan::Error::SAMLAuthenticationFailed

Inherits:
Standard
  • Object
show all
Defined in:
lib/wpscan/errors/saml.rb

Overview

SAML Authentication Failed Error

Instance Method Summary collapse

Constructor Details

#initialize(message = 'SAML authentication is required to access this resource. ' \ 'Please ensure correct authentication credentials.') ⇒ SAMLAuthenticationFailed

Returns a new instance of SAMLAuthenticationFailed.



14
15
16
17
# File 'lib/wpscan/errors/saml.rb', line 14

def initialize(message = 'SAML authentication is required to access this resource. ' \
                         'Please ensure correct authentication credentials.')
  super
end