phpDocumentor
PHP Version 5.3
FilesNotFoundException | Exception that is thrown when the parser expects files but is unable to find them. |
<?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\Parser\Exception;
/**
* Exception that is thrown when the parser expects files but is unable to find them.
*/
class FilesNotFoundException extends \Exception
{
}