mirror of
https://github.com/itflow-org/itflow
synced 2026-08-19 05:55:11 +00:00
Update imapengine dependancies too
This commit is contained in:
21
libs/vendor/symfony/polyfill-php82/Resources/stubs/Random/RandomException.php
vendored
Normal file
21
libs/vendor/symfony/polyfill-php82/Resources/stubs/Random/RandomException.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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 Random;
|
||||
|
||||
use Symfony\Polyfill\Php82\NoDynamicProperties;
|
||||
|
||||
if (\PHP_VERSION_ID < 80200) {
|
||||
class RandomException extends \Exception
|
||||
{
|
||||
use NoDynamicProperties;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user