Skip to content

Commit d2cdb29

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Adding global namespace to `Throwable`
2 parents 8a7b61c + 3f29bee commit d2cdb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/error_pages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ the request that will be dispatched to your controller. In addition, your contro
285285
will be passed two parameters:
286286

287287
``exception``
288-
The original :class:`Throwable` instance being handled.
288+
The original :phpclass:`Throwable` instance being handled.
289289

290290
``logger``
291291
A :class:`\\Symfony\\Component\\HttpKernel\\Log\\DebugLoggerInterface`

0 commit comments

Comments
 (0)