This exception should be thrown by a Writer when it is missing one of its requirements.
<?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\Writer\Exception;
/**
* This exception should be thrown by a Writer when it is missing one of its requirements.
*/
class RequirementMissing extends \RuntimeException
{
}