<?php

declare(strict_types=1);

namespace phpseclib3\Exception;

class OutOfRangeException extends \OutOfRangeException implements ExceptionInterface
{
}
