Exception: HardsploitAPI::ERROR::UART_WrongTxPayloadSize

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Wrong TX payload size") ⇒ UART_WrongTxPayloadSize

Returns a new instance of UART_WrongTxPayloadSize.



98
99
100
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 98

def initialize(msg="Wrong TX payload size")
		super(msg)
end