whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/invariant_violation.php
<?php declare(strict_types=1); namespace Psl; /** * @param int|float|string ...$args * * @throws Exception\InvariantViolationException * * @pure */ function invariant_violation(string $message, ...$args): never { throw new Exception\InvariantViolationException(Str\format($message, ...$args)); }
Copyright ©2021 || Defacer Indonesia