<?php
/**
* Exception to be thrown when site errors occur.
*
* @copyright 2011 Perforce Software. All rights reserved.
* @license Please see LICENSE.txt in top-level folder of this distribution.
* @version <release>/<patch>
*/
class Site_Exception extends Zend_Exception
{
}