File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ You can donate any amount of your choice by [clicking here](https://www.paypal.c
6262- [ ExceptionHandlers] ( #exceptionhandlers )
6363 - [ Handling 404, 403 and other errors] ( #handling-404-403-and-other-errors )
6464 - [Using custom exception handlers](#using-custom-exception-handlers)
65- - [Stop merge of parent exception-handlers](#stop -merge-of-parent-exception-handlers)
65+ - [Prevent merge of parent exception-handlers](#prevent -merge-of-parent-exception-handlers)
6666- [ Urls] ( #urls )
6767 - [ Get the current url] ( #get-the-current-url )
6868 - [ Get by name (single route)] ( #get-by-name-single-route )
@@ -1026,7 +1026,7 @@ SimpleRouter::group(['exceptionHandler' => \Demo\Handlers\CustomExceptionHandler
10261026});
10271027```
10281028
1029- ### Stop merge of parent exception-handlers
1029+ ### Prevent merge of parent exception-handlers
10301030
10311031By default the router will merge exception-handlers to any handlers provided by parent groups, and will be executed in the order of newest to oldest.
10321032
@@ -1048,7 +1048,7 @@ SimpleRouter::group(['prefix' => '/', 'exceptionHandler' => \Demo\Handlers\First
10481048 });
10491049
10501050});
1051- ``.
1051+ ```
10521052
10531053---
10541054
You can’t perform that action at this time.
0 commit comments