Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustam Ibragimov committed Jan 25, 2018
1 parent 914074e commit 72c57a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/evil_events/core/events/event_extensions/hookable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ def included(base_class)
end
end

# @param error [StandardError]
#
# @api private
# @since 0.3.0
def __call_on_error_hooks__(error)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module EvilEvents::Core::Events::EventExtensions::Hookable
# @since 0.3.0
class OnErrorHook < AbstractHook
# @param event [EvilEvents::Core::Events::AbstractEvent]
# @param error [Error]
# @param error [StandardError]
# @return void
#
# @since 0.3.0
Expand Down

0 comments on commit 72c57a5

Please sign in to comment.