Files
core/vendor/symfony/lock/Exception/ExceptionInterface.php
T
Hide_D 9cd40b213d Revert "composer package update"
This reverts commit e979959219e95fc6435ad40f7e60b602f8bbd208.
2020-01-28 00:23:38 +09:00

22 lines
428 B
PHP

<?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\Lock\Exception;
/**
* Base ExceptionInterface for the Lock Component.
*
* @author Jérémy Derussé <jeremy@derusse.com>
*/
interface ExceptionInterface
{
}