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