Exception: Ethon::Errors::MultiRemove
- Inherits:
-
EthonError
- Object
- StandardError
- EthonError
- Ethon::Errors::MultiRemove
- Defined in:
- lib/ethon/errors/multi_remove.rb
Overview
Raises when multi_remove_handle failed.
Instance Method Summary collapse
-
#initialize(code, easy) ⇒ MultiRemove
constructor
A new instance of MultiRemove.
Constructor Details
#initialize(code, easy) ⇒ MultiRemove
Returns a new instance of MultiRemove.
7 8 9 |
# File 'lib/ethon/errors/multi_remove.rb', line 7 def initialize(code, easy) super("An error occured removing the easy handle: #{easy} from the multi: #{code}") end |