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