phpseclib/phpseclib/Exception/OutOfRangeException.php

10 lines
155 B
PHP
Raw Permalink Normal View History

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