Skip to content

Commit

Permalink
Update MY_Model.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergotts authored Jan 29, 2024
1 parent 00a1f5b commit f98a9bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/core/MY_Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ class MY_Model extends CI_Model {
*/
public function __construct()
{
parent::__construct();

set_error_handler(function($errno, $errstr, $errfile, $errline) {
throw new ErrorException($errstr, $errno, 0, $errfile, $errline);
});
Expand Down

0 comments on commit f98a9bc

Please sign in to comment.