CodeIgniter 4 Error Handling
CodeIgniter 4 Error Handling , we will see the set of exceptions and error logging that we can use in the framework codeigniter Configuration exceptions throw new \CodeIgniter\Exceptions\ConfigException(); : When using this exception in our application, it shows us the message CodeIgniter\Exceptions\ConfigException , use code 3 Database Exceptions throw new \CodeIgniter\Database\Exceptions\DatabaseException(); : When using this exception in … Read more