Exception thrown when a template attempts to use a writer that is unknown to phpDocumentor.
<?php
/**
* phpDocumentor
*
* PHP Version 5.3
*
* @copyright 2010-2014 Mike van Riel / Naenius (http://www.naenius.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://phpdoc.org
*/
namespace phpDocumentor\Transformer\Exception;
use phpDocumentor\Transformer\Exception;
/**
* Exception thrown when a template attempts to use a writer that is unknown to phpDocumentor.
*/
class UnknownWriter extends Exception
{
}