diff options
Diffstat (limited to 'lib/Minz/View.php')
| -rw-r--r-- | lib/Minz/View.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Minz/View.php b/lib/Minz/View.php index c215ecdab..5b1518a84 100644 --- a/lib/Minz/View.php +++ b/lib/Minz/View.php @@ -30,6 +30,7 @@ class Minz_View { /** * Determines if a layout is used or not + * @throws Minz_ConfigurationException */ public function __construct() { $this->_layout(self::LAYOUT_DEFAULT); |
