how to implement custom exception management in CodeIgniter 4? |
(11-12-2021, 11:16 AM)kilishan Wrote: While that functionality is something I'd like to see expanded on in the framework's future, there is no global custom exception handling. You might be able to attach your own handler during system boot by registering it with set_error_handler but that might cause conflicts with the one that we already register. I'm not 100% sure. I am interested in your opinion about this PRĀ https://github.com/codeigniter4/CodeIgniter4/pull/5355 |
Messages In This Thread |
how to implement custom exception management in CodeIgniter 4? - by yuma2020 - 02-25-2021, 07:03 PM
RE: how to implement custom exception management in CodeIgniter 4? - by InsiteFX - 02-25-2021, 09:47 PM
RE: how to implement custom exception management in CodeIgniter 4? - by yuma2020 - 03-12-2021, 11:52 AM
RE: how to implement custom exception management in CodeIgniter 4? - by lukmim - 11-12-2021, 08:26 AM
RE: how to implement custom exception management in CodeIgniter 4? - by kilishan - 11-12-2021, 11:16 AM
RE: how to implement custom exception management in CodeIgniter 4? - by iRedds - 11-19-2021, 09:25 PM
RE: how to implement custom exception management in CodeIgniter 4? - by kilishan - 11-19-2021, 09:31 PM
|