From 79c541aa780bc05c0b0734d429056ba1087c7ad4 Mon Sep 17 00:00:00 2001 From: Vyacheslav Agafonov Date: Thu, 1 Dec 2011 19:33:40 +0400 Subject: [PATCH] Adding the extended messages for exceptions --- i18n/I18N.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/I18N.php b/i18n/I18N.php index 523efc1..1867436 100644 --- a/i18n/I18N.php +++ b/i18n/I18N.php @@ -30,7 +30,7 @@ class I18N $config = Config::get(__CLASS__); if (!is_array($config['locales'])) { - throw new InitializationException('locales empty'); + throw new InitializationException('key \'locales\' array\'s config is empty'); } self::$locales = $config['locales'];