<?php
/**
* Horde Routes package
*
* This package is heavily inspired by the Python "Routes" library
* by Ben Bangert (http://routes.groovie.org). Routes is based
* largely on ideas from Ruby on Rails (http://www.rubyonrails.org).
*
* @author Maintainable Software, LLC. (http://www.maintainable.com)
* @author Mike Naberezny <hide@address.com>
* @license http://opensource.org/licenses/bsd-license.php BSD
* @package Horde_Routes
*/
/**
* Exception class for the Horde_Routes package. All exceptions thrown
* from the package will be of this type.
*
* @package Horde_Routes
*/
class Horde_Routes_Exception extends Exception
{}