Welcome Guest, Not a member yet? Register   Sign In
Where in the file system do you save your Exception definitions?
#3

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(); 
Reply


Messages In This Thread
RE: Where in the file system do you save your Exception definitions? - by paulbalandan - 12-23-2020, 08:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB