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