Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 800117e

Browse files
authoredJun 17, 2016
marshalBadControllerEvent argument type hinting
Exception -> Throwable At line 102 marshalBadControllerEvent used with Throwable argument type
1 parent 3845c2d commit 800117e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/DispatchListener.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ protected function marshalBadControllerEvent(
216216
$controllerName,
217217
MvcEvent $event,
218218
Application $application,
219-
\Exception $exception
219+
\Throwable $exception
220220
) {
221221
$event->setName(MvcEvent::EVENT_DISPATCH_ERROR);
222222
$event->setError($application::ERROR_EXCEPTION);

0 commit comments

Comments
 (0)