Method: HardsploitAPI::Error::WrongStartAddress#initialize
- Defined in:
- lib/HardsploitAPI/HardsploitAPI_ERROR.rb
permalink #initialize(msg = "Start address can't be negative and not more than size max - 1") ⇒ WrongStartAddress
Returns a new instance of WrongStartAddress.
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 |