Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit12d950f

Browse files
committed
Fix a typo in class url
1 parent5194403 commit12d950f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cookbook/console/logging.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Then implement the actual listener::
170170
In the code above, when any command throws an exception, the listener will
171171
receive an event. You can simply log it by passing the logger service via the
172172
service configuration. Your method receives a
173-
:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent`` object,
173+
:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent` object,
174174
which has methods to get information about the event and the exception.
175175

176176
Logging non-0 exit statuses

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp