This commit is contained in:
2020-09-01 03:12:40 +08:00
parent 689c2556e6
commit 43434bec43
+1 -1
View File
@@ -103,7 +103,7 @@ class Annotation extends BaseAnnotation
public function get($name) public function get($name)
{ {
if (!isset($this->_Scan_directory[$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]; return $this->_Scan_directory[$name];
} }