Exception: HardsploitAPI::Error::WrongStartAddress

Inherits:
Standard
  • Object
show all
Defined in:
lib/HardsploitAPI/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.

[View source]

27
28
29
# File 'lib/HardsploitAPI/HardsploitAPI_ERROR.rb', line 27

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