ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/symfony/process/Exception
/
opt
cpanel
ea-wappspector
vendor
symfony
process
Exception
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
ExceptionInterface.php
450 B
chmod
View
DL
Edit
Rename
Delete
InvalidArgumentException.php
496 B
chmod
View
DL
Edit
Rename
Delete
LogicException.php
466 B
chmod
View
DL
Edit
Rename
Delete
ProcessFailedException.php
1.44 MB
chmod
View
DL
Edit
Rename
Delete
ProcessSignaledException.php
954 B
chmod
View
DL
Edit
Rename
Delete
ProcessTimedOutException.php
1.71 MB
chmod
View
DL
Edit
Rename
Delete
RunProcessFailedException.php
666 B
chmod
View
DL
Edit
Rename
Delete
RuntimeException.php
481 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/symfony/process/Exception/ProcessSignaledException.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Process\Exception; use Symfony\Component\Process\Process; /** * Exception that is thrown when a process has been signaled. * * @author Sullivan Senechal <soullivaneuh@gmail.com> */ final class ProcessSignaledException extends RuntimeException { private Process $process; public function __construct(Process $process) { $this->process = $process; parent::__construct(\sprintf('The process has been signaled with signal "%s".', $process->getTermSignal())); } public function getProcess(): Process { return $this->process; } public function getSignal(): int { return $this->getProcess()->getTermSignal(); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply