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