@@ -56,6 +56,8 @@ class Error {
if (in_array($code, Config::get('error.ignore')))
{
return static::log($exception);
+
+ return true;
}
static::exception($exception);