Exception: MonkeyBars::PrepareForPatchingAlreadyPerformedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/monkey_bars/errors.rb

Instance Method Summary collapse

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