Exception: HardsploitAPI::ERROR::WrongStartAddress

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Start address can't be negative and not more than size max - 1") ⇒ WrongStartAddress

Returns a new instance of WrongStartAddress.



62
63
64
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 62

def initialize(msg="Start address can't be negative and not more than size max - 1")
		super(msg)
end