Continued a bit:
authorRoland Haeder <roland@mxchange.org>
Thu, 23 Feb 2017 21:29:24 +0000 (22:29 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
- fixed namespace (opps)
- fixed class name (copy-paste opps)

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/main/classes/template/class_BaseTemplateEngine.php
inc/main/exceptions/main/class_InvalidClassNameException.php

index ef1fa3596b384595c41ff9a1c4c5e0566861c6e6..a66fac5d11e9099d528bf14ff3e3bb0b7af550f3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Own namespace
-namespace CoreFramework\TemplateEngine;
+namespace CoreFramework\Template\Engine;
 
 // Import framework stuff
 use CoreFramework\Factory\ObjectFactory;
index 40202ed1121f6ba8fe52840d9aa66e3a1246601d..43bb8ec8d7e913e7d006b191acef4c105285f35e 100644 (file)
@@ -28,7 +28,7 @@ use CoreFramework\Generic\FrameworkInterface;
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class InvalidObjectException extends FrameworkException {
+class InvalidClassNameException extends FrameworkException {
        /**
         * The constructor
         *