whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
phpro
/
grumphp
/
src
/
Exception
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/phpro/grumphp/src/Exception/ExecutableNotFoundException.php
<?php declare(strict_types=1); namespace GrumPHP\Exception; class ExecutableNotFoundException extends RuntimeException { public static function forCommand(string $command): self { return new self( sprintf('The executable for "%s" could not be found.', $command) ); } }
Copyright ©2021 || Defacer Indonesia