diff --git a/Annotation/Loader.php b/Annotation/Loader.php index a8ee3902..af64cf51 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -144,7 +144,7 @@ class Loader extends BaseObject static::$_classes[] = $replace->getName(); } catch (Throwable $throwable) { - write(jTraceEx($throwable), 'throwable'); + $this->error(jTraceEx($throwable), 'throwable'); } }