Method: HardsploitAPI::Error::WrongStartAddress#initialize

Defined in:
lib/HardsploitAPI/HardsploitAPI_ERROR.rb

#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