Exception: HardsploitAPI::ERROR::SWD_ERROR

Inherits:
Standard
  • Object
show all
Defined in:
lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "SWD ERROR, WAIT, FAUL, ACK or something like that") ⇒ SWD_ERROR

Returns a new instance of SWD_ERROR.



86
87
88
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 86

def initialize(msg="SWD ERROR, WAIT, FAUL, ACK or something like that")
		super(msg)
end