Exception: HardsploitAPI::ERROR::UART_WrongSettings

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Wrong UART settings") ⇒ UART_WrongSettings

Returns a new instance of UART_WrongSettings.



92
93
94
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 92

def initialize(msg="Wrong UART settings")
		super(msg)
end