/var/www/vhosts/ihelp.ro/httpdocs/vendor/symfony/process/Exception
NameSizeModeActions
ExceptionInterface.php4500644editdlrm
InvalidArgumentException.php4960644editdlrm
LogicException.php4660644editdlrm
ProcessFailedException.php14600644editdlrm
ProcessSignaledException.php9450644editdlrm
ProcessTimedOutException.php17350644editdlrm
RuntimeException.php4810644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/symfony/process/Exception/RuntimeException.php (481B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Process\Exception; /** * RuntimeException for the Process Component. * * @author Johannes M. Schmitt */ class RuntimeException extends \RuntimeException implements ExceptionInterface { }