Routing
_profiler_exception
Matched route
Route Parameters
Name | Value |
---|---|
token | "cf7007" |
Route Matching Logs
Path to match:
/_profiler/cf7007/exception
# | Route name | Path | Log |
---|---|---|---|
1 | site_apple_login | /apple/login | Path does not match |
2 | site_apple_sign_in | /apple/sign-in | Path does not match |
3 | site_apple_sign_in_ios | /apple/sign-in-ios | Path does not match |
4 | user_login | /user | Path does not match |
5 | user_logout | /logout | Path does not match |
6 | user_login_succeed | /user/login-succeed | Path does not match |
7 | user_change_email_invoke | /user/change-email/{token} | Path does not match |
8 | user_change_email_confirm | /user/change-email/{token} | Path does not match |
9 | facebook_login | /facebook/login | Path does not match |
10 | facebook_login_handle | /user-facebook/login-webhook | Path does not match |
11 | google_login | /google/login | Path does not match |
12 | google_login_handle | /user-google/login-webhook | Path does not match |
13 | password_recovery_index | /password-recovery | Path does not match |
14 | password_recovery_form | /password-recovery/form | Path does not match |
15 | password_recovery_recover | /password-recovery/{token} | Path does not match |
16 | password_recovery_change | /password-recovery/form/{token} | Path does not match |
17 | registration_index | /user-register | Path does not match |
18 | registration_resend_email | /user-register/{email}/resend-email | Path does not match |
19 | registration_form | /user-register | Path does not match |
20 | registration_confirm_email | /user-register/confirm-email/{token} | Path does not match |
21 | registration_finish_registration | /user-register/finish-registration | Path does not match |
22 | _preview_error | /_error/{code}.{_format} | Path does not match |
23 | _wdt | /_wdt/{token} | Path does not match |
24 | _profiler_home | /_profiler/ | Path does not match |
25 | _profiler_search | /_profiler/search | Path does not match |
26 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
27 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
28 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
29 | _profiler_open_file | /_profiler/open | Path does not match |
30 | _profiler | /_profiler/{token} | Path does not match |
31 | _profiler_router | /_profiler/{token}/router | Path does not match |
32 | _profiler_exception | /_profiler/{token}/exception | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.