RuntimeException.php in Zircon Profile 8.0
Same filename in this branch
- 8.0 vendor/sebastian/global-state/src/RuntimeException.php
- 8.0 vendor/symfony/process/Exception/RuntimeException.php
- 8.0 vendor/symfony/validator/Exception/RuntimeException.php
- 8.0 vendor/symfony/dependency-injection/Exception/RuntimeException.php
- 8.0 vendor/symfony/yaml/Exception/RuntimeException.php
- 8.0 vendor/symfony/serializer/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-feed/src/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-escaper/src/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-stdlib/src/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-hydrator/src/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-feed/src/Reader/Exception/RuntimeException.php
- 8.0 vendor/zendframework/zend-feed/src/Writer/Exception/RuntimeException.php
- 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.php
Same filename and directory in other branches
File
vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.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.
*/
/**
* @since Class available since Release 2.0.6
*/
class PHPUnit_Framework_MockObject_RuntimeException extends RuntimeException implements PHPUnit_Framework_MockObject_Exception {
}
Classes
Name | Description |
---|---|
PHPUnit_Framework_MockObject_RuntimeException | @since Class available since Release 2.0.6 |