Exception.php in Zircon Profile 8
Same filename in this branch
- 8 vendor/sebastian/global-state/src/Exception.php
- 8 vendor/sebastian/recursion-context/src/Exception.php
- 8 vendor/phpunit/phpunit/src/Exception.php
- 8 vendor/symfony/serializer/Exception/Exception.php
- 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Exception.php
- 8 vendor/phpunit/phpunit/src/Framework/Exception.php
- 8 vendor/phpunit/phpunit/src/Runner/Exception.php
- 8 vendor/phpunit/php-code-coverage/src/CodeCoverage/Exception.php
- 8 vendor/masterminds/html5/src/HTML5/Exception.php
- 8 vendor/behat/mink/src/Exception/Exception.php
- 8 vendor/phpspec/prophecy/src/Prophecy/Exception/Exception.php
- 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Exception.php
- 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Exception.php
- 8 vendor/phpunit/phpunit/src/Framework/Constraint/Exception.php
- 8 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/Exception.php
- 8 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Exception.php
Same filename and directory in other branches
File
vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/Exception.phpView source
<?php
/*
* This file is part of the PHPUnit_MockObject 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.
*/
/**
* Interface for exceptions used by PHPUnit_MockObject.
*
* @since Interface available since Release 2.0.6
*/
interface PHPUnit_Framework_MockObject_Exception {
}
Interfaces
Name | Description |
---|---|
PHPUnit_Framework_MockObject_Exception | Interface for exceptions used by PHPUnit_MockObject. |