* @package generis */ class common_exception_SystemUnderMaintenance extends common_Exception { // --- ASSOCIATIONS --- // --- ATTRIBUTES --- // --- OPERATIONS --- /** * Short description of method __construct * * @access public * @author Cédric Alfonsi, * @return mixed */ public function __construct() { parent::__construct(__('TAO is under maintenance')); } }