Skip to content

Commit 4942f4d

Browse files
committed
fixed linting
Signed-off-by: bidi <[email protected]>
1 parent 95b2fd9 commit 4942f4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/book/v5/core-features/exceptions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Below we will list the available custom exceptions.
2222
### `ExpiredException` thrown when
2323

2424
* The **resource cannot be accessed**
25-
* because it has **expired** (example: account activation link)
26-
* because it has been **consumed** (example: one-time password)
25+
* because it has **expired** (example: account activation link)
26+
* because it has been **consumed** (example: one-time password)
2727

2828
### `ForbiddenException` thrown when
2929

@@ -59,6 +59,7 @@ Otherwise, it will build and send a response based on the exception thrown:
5959
## How to extend
6060

6161
In this example we will
62+
6263
* Create a custom exception called `CustomException`
6364
* Place it next to the already existing custom exceptions (you can use your preferred location)
6465
* Return a custom HTTP status code when `CustomException` is encountered.

0 commit comments

Comments
 (0)