Exception.php in Zircon Profile 8.0
Same filename in this branch
- 8.0 vendor/sebastian/global-state/src/Exception.php
- 8.0 vendor/sebastian/recursion-context/src/Exception.php
- 8.0 vendor/phpunit/phpunit/src/Exception.php
- 8.0 vendor/symfony/serializer/Exception/Exception.php
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Exception.php
- 8.0 vendor/phpunit/phpunit/src/Framework/Exception.php
- 8.0 vendor/phpunit/phpunit/src/Runner/Exception.php
- 8.0 vendor/phpunit/php-code-coverage/src/CodeCoverage/Exception.php
- 8.0 vendor/masterminds/html5/src/HTML5/Exception.php
- 8.0 vendor/behat/mink/src/Exception/Exception.php
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Exception/Exception.php
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Exception.php
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Exception.php
- 8.0 vendor/phpunit/phpunit/src/Framework/Constraint/Exception.php
- 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/Exception.php
- 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Exception.php
Same filename and directory in other branches
Namespace
Symfony\Component\Serializer\ExceptionFile
vendor/symfony/serializer/Exception/Exception.phpView source
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Serializer\Exception;
/**
* Base exception.
*
* @deprecated since version 2.7, to be removed in 3.0. Use ExceptionInterface instead.
*/
interface Exception {
}