Exception: HardsploitAPI::ERROR::API_SCANNER_WRONG_PIN_NUMBER

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "You need to connect more thant pins needed by the module 2 for swd, 2 for I2C etc") ⇒ API_SCANNER_WRONG_PIN_NUMBER

Returns a new instance of API_SCANNER_WRONG_PIN_NUMBER.



24
25
26
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 24

def initialize(msg="You need to connect more thant pins needed by the module 2 for swd, 2 for I2C etc")
		super(msg)
end