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