Exception: Msf::Exploit::Remote::HTTP::Pretalx::Error::DebugError

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

Instance Method Summary collapse

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(message = 'Could not check if Pretalx runs in debug mode')
  super(message: message)
end