diff --git a/system/Annotation/Annotation.php b/system/Annotation/Annotation.php index 8ea36982..58ce50cc 100644 --- a/system/Annotation/Annotation.php +++ b/system/Annotation/Annotation.php @@ -103,7 +103,7 @@ class Annotation extends BaseAnnotation public function get($name) { if (!isset($this->_Scan_directory[$name])) { - throw new Exception('Undefined analytic function.'); + throw new Exception('Undefined analytic class ' . $name . '.'); } return $this->_Scan_directory[$name]; }