Added Exceptions for other Core classes

This commit is contained in:
Abel Hoogeveen 2015-09-05 18:58:10 +02:00
parent e8cdda7960
commit 67ccc602e3
1 changed files with 17 additions and 0 deletions

View File

@ -54,6 +54,23 @@ class LayoutException extends Exception{}
*/
class ConfigException extends Exception{}
/**
* Class ModelException
* @package net.techfuze.fuzeworks.core
* @author Abel Hoogeveen <abel@techfuze.net>
* @copyright Copyright (c) 2013 - 2015, Techfuze. (http://techfuze.net)
*/
class ModelException extends Exception{}
/**
* Class LoggerException
* @package net.techfuze.fuzeworks.core
* @author Abel Hoogeveen <abel@techfuze.net>
* @copyright Copyright (c) 2013 - 2015, Techfuze. (http://techfuze.net)
*/
class LoggerException extends Exception{}
/**
* Class RouterException
* @package net.techfuze.fuzeworks.core
* @author Abel Hoogeveen <abel@techfuze.net>