Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Minor update to Exception Handling

Compare
Choose a tag to compare
@brokencube brokencube released this 17 Nov 15:30
· 13 commits to master since this release

With the remove of the $context from exception handling, I've moved the catch block much further down the stack to the $router->run() function. This allows middleware based exception handlers (e.g. Whoops) to work as expected, and Circuit's error handling to be used as a backup.