<?php
/**
* PHPTAL templating engine
*
* PHP Version 5
*
* @category HTML
* @package PHPTAL
* @author Laurent Bedubourg <hide@address.com>
* @author Kornel LesiÅski <hide@address.com>
* @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License
* @version SVN: $Id: ConfigurationException.php 886 2010-06-07 09:42:59Z kornel $
* @link http://phptal.org/
*/
/**
* You're probably not using PHPTAL class properly
*
* @package PHPTAL
* @subpackage Exception
*/
class PHPTAL_ConfigurationException extends PHPTAL_Exception
{
}