This commit is contained in:
2021-08-04 17:49:45 +08:00
parent 6c21c597cc
commit 3516a8bae0
+1 -1
View File
@@ -144,7 +144,7 @@ class Loader extends BaseObject
static::$_classes[] = $replace->getName(); static::$_classes[] = $replace->getName();
} catch (Throwable $throwable) { } catch (Throwable $throwable) {
write(jTraceEx($throwable), 'throwable'); $this->error(jTraceEx($throwable), 'throwable');
} }
} }