OpenXE/classes/Components/Util/Exception/InsecureRandomStringException.php
2021-05-21 08:49:41 +02:00

10 lines
175 B
PHP

<?php
namespace Xentral\Components\Util\Exception;
use RuntimeException;
class InsecureRandomStringException extends RuntimeException implements UtilExceptionInterface
{
}