Exception: HardsploitAPI::ERROR::SpiError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Error during SPI processing") ⇒ SpiError

Returns a new instance of SpiError.



68
69
70
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 68

def initialize(msg="Error during SPI processing")
		super(msg)
end