walkor před 11 roky
rodič
revize
2c7474b12e
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      applications/Demo/Lib/Store.php

+ 2 - 1
applications/Demo/Lib/Store.php

@@ -25,7 +25,8 @@ class Store
         {
             if(!isset(\Config\Store::$$config_name))
             {
-                throw new \Exception('\Config\Store::$config_name not set');
+                echo "\\Config\\Store::$config_name not set\n";
+                throw new \Exception("\\Config\\Store::$config_name not set\n");
             }
             
             if(!isset(self::$instance[$config_name]))