/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/LogicException.php (466B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Process\Exception; /** * LogicException for the Process Component. * * @author Romain Neutron */ class LogicException extends \LogicException implements ExceptionInterface { }