File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/symfony/console/Exception
Upload
[..]
ExceptionInterface.php (425 B)
Edit
Rename
Del
InvalidArgumentException.php (882 B)
Edit
Rename
Del
InvalidOptionException.php (951 B)
Edit
Rename
Del
LogicException.php (426 B)
Edit
Rename
Del
MissingInputException.php (494 B)
Edit
Rename
Del
RunCommandFailedException.php (883 B)
Edit
Rename
Del
RuntimeException.php (430 B)
Edit
Rename
Del
Edit: ExceptionInterface.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; /** * ExceptionInterface. * * @author Jérôme Tamarelle <jerome@tamarelle.net> */ interface ExceptionInterface extends \Throwable { }
Simpan