Exception: Msf::Exploit::Remote::HTTP::Pretalx::Error::DebugError
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- Msf::Exploit::Remote::HTTP::Pretalx::Error::DebugError
- Defined in:
- lib/msf/core/exploit/remote/http/pretalx/error.rb
Instance Method Summary collapse
-
#initialize(message = 'Could not check if Pretalx runs in debug mode') ⇒ DebugError
constructor
A new instance of DebugError.
Constructor Details
#initialize(message = 'Could not check if Pretalx runs in debug mode') ⇒ DebugError
Returns a new instance of DebugError.
10 11 12 |
# File 'lib/msf/core/exploit/remote/http/pretalx/error.rb', line 10 def initialize( = 'Could not check if Pretalx runs in debug mode') super(message: ) end |