<?php
/**
* ACE - Advanced Content Environment Framework
*
* LICENSE
*
* This is a part of ACE - Advanced Content Environment Framework,
* any usage without permission of the author is prohibited.
* Licence can be obtained by sending email to hide@address.com
*
* @category ACE
* @package ACE
* @author MichaÅ Szpakowski
* @copyright Copyright (c) 2007 MichaÅ Szpakowski
* @license Limited, email hide@address.com
*/
/**
* @category ACE
* @package ACE
* @copyright Copyright (c) 2007 MichaÅ Szpakowski
* @license Limited, email hide@address.com
*/
class ACE_Exception extends Exception
{}
?>