This commit is contained in:
2021-03-30 11:56:29 +08:00
parent 4171727784
commit 482f593e3b
21 changed files with 40 additions and 24 deletions
+1 -3
View File
@@ -198,9 +198,7 @@ class Loader extends BaseObject
$this->_classes[$replace->getName()] = $_array;
} catch (Throwable $throwable) {
$this->error($throwable->getMessage());
$this->error($throwable->getFile());
$this->error($throwable->getLine());
$this->addError($throwable, 'throwable');
}
}
}