whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
phpro
/
grumphp
/
src
/
Exception
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/phpro/grumphp/src/Exception/ProcessException.php
<?php declare(strict_types=1); namespace GrumPHP\Exception; class ProcessException extends RuntimeException { public static function tmpFileCouldNotBeCreated(): self { return new self( 'The process requires a temporary file in order to run. We could not create one.' . 'Please check your ini setting!' ); } }
Copyright ©2021 || Defacer Indonesia