Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Configure and run the application!
- $application = $container->application;
- $application->onError[] = function () use ($application, $container) {
- $container->httpRequest; // ...
- $application->errorPresenter = 'FError';
- };
Advertisement
Add Comment
Please, Sign In to add comment