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