Exception: HardsploitAPI::ERROR::UART_WrongPayloadSize

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Size of the data need to be less than 4000") ⇒ UART_WrongPayloadSize

Returns a new instance of UART_WrongPayloadSize.



104
105
106
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 104

def initialize(msg="Size of the data need to be less than 4000")
		super(msg)
end