Exception: HardsploitAPI::ERROR::SPIWrongPulse

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Wrong, Pulse must be 0 or 1") ⇒ SPIWrongPulse

Returns a new instance of SPIWrongPulse.



40
41
42
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 40

def initialize(msg="Wrong, Pulse must be 0 or 1")
		super(msg)
end