Chris@0: Chris@0: * Chris@0: * For the full copyright and license information, please view the LICENSE Chris@0: * file that was distributed with this source code. Chris@0: */ Chris@0: Chris@0: /** Chris@0: * Exception class for PHP_CodeCoverage component. Chris@0: * Chris@0: * @since Class available since Release 1.1.0 Chris@0: */ Chris@0: class PHP_CodeCoverage_Exception extends RuntimeException Chris@0: { Chris@0: }