Laravel: The BEST way to handle exceptions

preview_player
Показать описание
Hi guys!
In this episode we'll talk about exceptions and how we can make our life easier by utilizing custom exceptions
Рекомендации по теме
Комментарии
Автор

BEST video on the subject! Thanks for the time saved!

JohnSmithhh
Автор

i have never worked with any php framework before. Its funny to see that back when i started learning php i designed a request handler that seems pretty similar to this piece of laravel.

julendominadas
Автор

Dobra robota, człowiek zawsze się czegoś dowie od bardziej doświadczonych ludzi 😊. Zawsze uzywałem try-catch…

grzesiekb
Автор

Amazing stuff. I did sth weird to handle this . I added a helper method that returned an array with the key being the"Exception::class" and the value being either an array or a closure that returns an array as well this array always has a code and a message . this way I managed to also handle Laravel's own exceptions but your way of doing it is the Laravel way through the register method

AbderrahmanFodili
Автор

Although I like this way of structuring exceptions, with multiple static returns per class. Clean and short.
I found few minor caveats:
- in tests you may need to target exception code or message in addition to class name to assert the exact method thrown.
- same thing in Laravel exception handler, if you need to target particular static method.

alexz
Автор

The sound is bit low but great content!

MadukaJayalath
Автор

Really like your videos, very good content!

zachariascreutznacher
Автор

After registering the custom exception in register method of exception handler, the exception keeps returning the default laravel server error

kareemlateefyomi
Автор

Can you help me, the register function is not been called on Handle.php. I search and i found nothing about. I put a dd but never go there.

thyagobrasileiro
Автор

I love your channel and content, but its almost impossible remember your channel name when i want rewatch some video as a brazillian, have you considered rename the channel for something more acessible since your content is global?

DougLopes
Автор

Great idea. But, you didn't consider that some of your audience may not be any where as good as you, and therefore simplify more and slowly.
Still, thank you very much.
I may not be able to replicate what you've done!

NedumEze