Where in the file system do you save your Exception definitions? |
You can create an `app/Exceptions/` folder and have all exception classes live there. Then just call your own exception like
PHP Code: throw new \App\Exceptions\MyException(); |
Messages In This Thread |
Where in the file system do you save your Exception definitions? - by sneakyimp - 12-18-2020, 05:35 PM
RE: Where in the file system do you save your Exception definitions? - by InsiteFX - 12-18-2020, 10:02 PM
RE: Where in the file system do you save your Exception definitions? - by paulbalandan - 12-23-2020, 08:44 AM
|