Skip to content

Commit b5cbc9b

Browse files
committed
Update section order in the user guide
1 parent 4c10d69 commit b5cbc9b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

guide/index.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,8 @@ Exception Handler Config Options
645645
'development_view' => null,
646646
'production_view' => null,
647647
'initialize' => true,
648-
'search_engine' => 'google',
649648
'handle_errors' => true,
649+
'search_engine' => 'google',
650650
'show_log_id' => true,
651651
],
652652
],
@@ -686,18 +686,18 @@ initialize
686686
Set if it is to initialize by setting the class as exception handler. The
687687
default value is ``true``.
688688

689-
search_engine
690-
"""""""""""""
691-
Set the search engine used to create search links on exception error messages.
692-
Valid values are: ``ask``, ``baidu``, ``bing``, ``duckduckgo``, ``google``,
693-
``yahoo`` and ``yandex``. The default is ``google``.
694-
695689
handle_errors
696690
"""""""""""""
697691

698692
If initialize is ``true``, this option defines whether to set the class as an
699693
error handler. The default value is ``true``.
700694

695+
search_engine
696+
"""""""""""""
697+
Set the search engine used to create search links on exception error messages.
698+
Valid values are: ``ask``, ``baidu``, ``bing``, ``duckduckgo``, ``google``,
699+
``yahoo`` and ``yandex``. The default is ``google``.
700+
701701
show_log_id
702702
"""""""""""
703703

0 commit comments

Comments
 (0)