EVOLUTION-NINJA
Edit File: Exception.php
<?php /* * This file is part of the PHP_CodeCoverage package. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Exception interface for PHP_CodeCoverage component. * * @since Interface available since Release 3.0.0 */ interface PHP_CodeCoverage_Exception { }