From 990489354d3690193a0ace75d0979e1289ee2a42 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 18 Apr 2013 23:41:46 +0400 Subject: [PATCH] corrected exception class --- framework/base/Module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/base/Module.php b/framework/base/Module.php index ee97614..d99778d 100644 --- a/framework/base/Module.php +++ b/framework/base/Module.php @@ -207,7 +207,7 @@ abstract class Module extends Component * Sets the root directory of the module. * This method can only be invoked at the beginning of the constructor. * @param string $path the root directory of the module. This can be either a directory name or a path alias. - * @throws Exception if the directory does not exist. + * @throws InvalidParamException if the directory does not exist. */ public function setBasePath($path) {