Exception: MonkeyBars::PrepareForPatchingAlreadyPerformedError
- Inherits:
-
StandardError
- Object
- StandardError
- MonkeyBars::PrepareForPatchingAlreadyPerformedError
- Defined in:
- lib/monkey_bars/errors.rb
Instance Method Summary collapse
-
#initialize(patcher_name) ⇒ PrepareForPatchingAlreadyPerformedError
constructor
A new instance of PrepareForPatchingAlreadyPerformedError.
Constructor Details
#initialize(patcher_name) ⇒ PrepareForPatchingAlreadyPerformedError
Returns a new instance of PrepareForPatchingAlreadyPerformedError.
125 126 127 |
# File 'lib/monkey_bars/errors.rb', line 125 def initialize(patcher_name) super("[#{patcher_name}] `#prepare_for_patching` has already been called and cannot be called again") end |