Exception: HardsploitAPI::ERROR::SPIWrongPayloadSize

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") ⇒ SPIWrongPayloadSize

Returns a new instance of SPIWrongPayloadSize.



56
57
58
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 56

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