CodeIgniter Forums
CI 4 Exceptions - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: CI 4 Exceptions (/showthread.php?tid=76791)



CI 4 Exceptions - stlake2011 - 06-20-2020

Good Morning All.

Just a quick question for the CI Devs.

Is there anyway you guys can make the Exceptions returned a little less ambiguous? 
Its especially frustrating when one is thrown but gives no clue to the issue beyond X Method failed. Even more frustrating when the logs in writable/logs are just parroting (and in the odd case cut off mid sentence) whats written to the screen.


RE: CI 4 Exceptions - John_Betong - 06-20-2020

I thought I was the only one that had difficulty in trying to understand the Kint output Smile

I prefer to use the native PHP error system because it has been fine tuned and works a treat.

Keep it simple... springs to mind!


RE: CI 4 Exceptions - stlake2011 - 06-21-2020

(06-20-2020, 10:47 PM)John_Betong Wrote: I thought I was the only one that had difficulty in trying to understand the Kint output Smile

I prefer to use the native PHP error system because it has been fine tuned and works a treat.

Keep it simple... springs to mind!

I agree completely...KISS principle is your best friend!


RE: CI 4 Exceptions - John_Betong - 06-21-2020

> Just a quick question for the CI Devs

Why is it so difficult to disable Kint?