return true on ignored errors.
This commit is contained in:
parent
b8f17bb82d
commit
c6e814a6cc
|
@ -56,6 +56,8 @@ public static function native($code, $error, $file, $line)
|
|||
if (in_array($code, Config::get('error.ignore')))
|
||||
{
|
||||
return static::log($exception);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
static::exception($exception);
|
||||
|
|
Loading…
Reference in New Issue