This commit is contained in:
2021-03-03 19:57:14 +08:00
parent 8f52feb7c9
commit ec2862b2d2
+1 -1
View File
@@ -186,7 +186,7 @@ class Loader extends BaseObject
$this->_classes[$replace->getName()] = $_array; $this->_classes[$replace->getName()] = $_array;
} catch (Throwable $throwable) { } catch (Throwable $throwable) {
echo $throwable->getMessage() . PHP_EOL; $this->error($throwable->getMessage());
} }
} }
} }