* @license http://www.horde.org/licenses/bsd BSD * @package Routes */ /** * Exception class for the Horde_Routes package. All exceptions thrown * from the package will be of this type. * * @package Routes */ class Horde_Routes_Exception extends Horde_Exception_Wrapped { }