DBXE/classes/Components/Util/Exception/InsecureRandomStringExcepti...

10 lines
175 B
PHP

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