We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f1150 commit f7f614aCopy full SHA for f7f614a
web-developer/laravel/tips/exception.md
@@ -0,0 +1,15 @@
1
+# exception
2
+
3
+```
4
+App::singleton(
5
+ \Illuminate\Contracts\Debug\ExceptionHandler::class,
6
+ RestApiHandler::class
7
+ );
8
9
10
+# resource
11
12
+* [code course video](https://www.youtube.com/watch?v=0GCFLDXSIY0&list=PLfdtiltiRHWG4xMZm1OL_wglxkBo8v_xN&index=6)
13
14
+* [create exception throe php.net](https://www.php.net/manual/en/language.exceptions.php)
15
+* [exception type php.net](https://www.php.net/manual/en/class.invalidargumentexception.php)
0 commit comments