CodeIgniter Forums
Execute bootstrapEnvironment() & detectEnvironment() before Services::exceptions() - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: Execute bootstrapEnvironment() & detectEnvironment() before Services::exceptions() (/showthread.php?tid=76783)



Execute bootstrapEnvironment() & detectEnvironment() before Services::exceptions() - arma7x - 06-19-2020

I did override current Services::exceptions() and my new Services::exceptions() need to access specific value of CONSTANT loaded from custom boot files based upon the current environment.
So why not move Line 190 below Line 194