From 1c8875ccc8d401dd52bdc6d6e5987db9cc2fffc5 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 23 Feb 2017 22:29:24 +0100 Subject: [PATCH] Continued a bit: - fixed namespace (opps) - fixed class name (copy-paste opps) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/main/classes/template/class_BaseTemplateEngine.php | 2 +- inc/main/exceptions/main/class_InvalidClassNameException.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/main/classes/template/class_BaseTemplateEngine.php b/inc/main/classes/template/class_BaseTemplateEngine.php index ef1fa359..a66fac5d 100644 --- a/inc/main/classes/template/class_BaseTemplateEngine.php +++ b/inc/main/classes/template/class_BaseTemplateEngine.php @@ -1,6 +1,6 @@ . */ -class InvalidObjectException extends FrameworkException { +class InvalidClassNameException extends FrameworkException { /** * The constructor * -- 2.30.2