Exception: HardsploitAPI::ERROR::USB_PACKET_IS_TOO_LARGE

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "USB_PACKET_IS_TOO_LARGE") ⇒ USB_PACKET_IS_TOO_LARGE

Returns a new instance of USB_PACKET_IS_TOO_LARGE.



74
75
76
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 74

def initialize(msg="USB_PACKET_IS_TOO_LARGE")
		super(msg)
end