Exception: MonkeyBars::NoPatchableMonkeyFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- MonkeyBars::NoPatchableMonkeyFoundError
- Defined in:
- lib/monkey_bars/errors.rb
Instance Method Summary collapse
-
#initialize(patcher_name, monkey: nil) ⇒ NoPatchableMonkeyFoundError
constructor
A new instance of NoPatchableMonkeyFoundError.
Constructor Details
#initialize(patcher_name, monkey: nil) ⇒ NoPatchableMonkeyFoundError
Returns a new instance of NoPatchableMonkeyFoundError.
35 36 37 |
# File 'lib/monkey_bars/errors.rb', line 35 def initialize(patcher_name, monkey: nil) super("[#{patcher_name}] Couldn't find `#{monkey}` to patch.") end |