Exception: HardsploitAPI::ERROR::SPIWrongMode

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Mode must be between 0 and 3") ⇒ SPIWrongMode

Returns a new instance of SPIWrongMode.



50
51
52
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 50

def initialize(msg="Mode must be between 0 and 3")
		super(msg)
end