mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
442 B
442 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| People underutilize the exception handler | 1308082889561604102 | 1-rt-1-tip | samuelstancl |
|
2021-04-06T16:07:39+00:00 | people-underutilize-the-exception-handler |
You can tell the app what response to return when a specific exception is encountered.
This is the simplest example. There's many more use cases.