Skip to content

Commit 3f29bee

Browse files
committed
Merge branch '5.2' into 5.3
* 5.2: Adding global namespace to `Throwable`
2 parents 9f53f51 + 520471b commit 3f29bee

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)