Skip to content

Commit

Permalink
Add handle_error hook
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheg committed Oct 16, 2015
1 parent 9b2149e commit c7c5ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Skeleton/Core/Hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Hook {
private static $definable_hooks = [
'bootstrap',
'teardown',
'handle_error',
'module_access_denied',
'module_not_found',
];
Expand Down

0 comments on commit c7c5ce1

Please sign in to comment.