whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Range
/
Exception
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Range/Exception/OverflowException.php
<?php declare(strict_types=1); namespace Psl\Range\Exception; use Psl\Exception; use Psl\Str; final class OverflowException extends Exception\OverflowException implements ExceptionInterface { public static function whileIterating(int $lower_bound): static { return new static(Str\format( 'An overflow occurred while iterating over an infinite range from the `$lower_bound` of %d.', $lower_bound, )); } }
Copyright ©2021 || Defacer Indonesia