* @author Kornel LesiƄski * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License * @version SVN: $Id: VariableNotFoundException.php 886 2010-06-07 09:42:59Z kornel $ * @link http://phptal.org/ */ /** * Runtime error in TALES expression * * @package PHPTAL * @subpackage Exception */ class PHPTAL_VariableNotFoundException extends PHPTAL_TemplateException { }