Exception: Msf::Exploit::Remote::HTTP::Gitlab::Error::CsrfError

Inherits:
ClientError
  • Object
show all
Defined in:
lib/msf/core/exploit/remote/http/gitlab/error.rb

Overview

Csrf token error

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Could not successfully extract CSRF token') ⇒ CsrfError

Returns a new instance of CsrfError.



18
19
20
# File 'lib/msf/core/exploit/remote/http/gitlab/error.rb', line 18

def initialize(message = 'Could not successfully extract CSRF token')
  super(message: message)
end