phpseclib/phpseclib/Exception/OutOfRangeException.php

10 lines
155 B
PHP

<?php
declare(strict_types=1);
namespace phpseclib3\Exception;
class OutOfRangeException extends \OutOfRangeException implements ExceptionInterface
{
}