Error DB handling |
It depends.
403 can happen on webserver side, in which case request won't even make it to PHP / CodeIgniter. If you want to use 403 resource yourself in your application, because CodeIgniter doesn't handle your app authentication, it wouldn't know if something is restricted or not, developer would need to build that in. However, I assume you mean php/general config errors? Here's a little explanation how to handle custom error exceptions, https://bcit-ci.github.io/CodeIgniter4/g...exceptions |
Messages In This Thread |
Error DB handling - by thebachtiarz - 08-27-2018, 11:38 PM
RE: Error DB handling - by Pertti - 08-28-2018, 12:33 AM
|