- fixed namespace (opps)
- fixed class name (copy-paste opps)
Signed-off-by: Roland Häder <roland@mxchange.org>
<?php
// Own namespace
-namespace CoreFramework\TemplateEngine;
+namespace CoreFramework\Template\Engine;
// Import framework stuff
use CoreFramework\Factory\ObjectFactory;
* 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
*