<?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: MacroMissingException.php 886 2010-06-07 09:42:59Z kornel $
* @link http://phptal.org/
*/
/**
* Wrong macro name in metal:use-macro
*
* @package PHPTAL
* @subpackage Exception
*/
class PHPTAL_MacroMissingException extends PHPTAL_TemplateException
{
}