From df844c7cac181e1c126caef9dee3429e04702be5 Mon Sep 17 00:00:00 2001 From: kodeart Date: Thu, 22 Feb 2024 22:33:28 +0100 Subject: [PATCH] - chore: better title --- docs/exception-handlers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/exception-handlers.md b/docs/exception-handlers.md index 4eb0127..ad23311 100644 --- a/docs/exception-handlers.md +++ b/docs/exception-handlers.md @@ -45,7 +45,7 @@ class CustomExceptionHandler { Register handler ---------------- -!!! warning "Register before routes" +!!! warning "Register before routes() method" Order matters. It is required to register the custom exception handlers BEFORE the routes, otherwise they won't be handled if the request/route has been resolved.