Class: EvilEvents::Core::Events::EventExtensions::Hookable::OnErrorHook Private
- Inherits:
-
AbstractHook
- Object
- AbstractHook
- EvilEvents::Core::Events::EventExtensions::Hookable::OnErrorHook
- Defined in:
- lib/evil_events/core/events/event_extensions/hookable/on_error_hook.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary
Attributes inherited from AbstractHook
Instance Method Summary collapse
-
#call(event, error) ⇒ Object
private
Void.
Methods inherited from AbstractHook
Constructor Details
This class inherits a constructor from EvilEvents::Core::Events::EventExtensions::Hookable::AbstractHook
Instance Method Details
#call(event, error) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns void.
12 13 14 |
# File 'lib/evil_events/core/events/event_extensions/hookable/on_error_hook.rb', line 12 def call(event, error) callable.call(event, error) end |