Exception: HardsploitAPI::ERROR::SPIWrongSpeed

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Speed must be between 3 and 255") ⇒ SPIWrongSpeed

Returns a new instance of SPIWrongSpeed.



45
46
47
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 45

def initialize(msg="Speed must be between 3 and 255")
		super(msg)
end