Exception: HardsploitAPI::ERROR::USB_ERROR

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "USB ERROR") ⇒ USB_ERROR

Returns a new instance of USB_ERROR.



80
81
82
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 80

def initialize(msg="USB ERROR")
		super(msg)
end