WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
symfony
/
console
/
Exception
/
Name
Action
..
CommandNotFoundException.php
Edit
ExceptionInterface.php
Edit
InvalidArgumentException.php
Edit
InvalidOptionException.php
Edit
LogicException.php
Edit
RuntimeException.php
Edit
Editing: RuntimeException.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; /** * @author Jérôme Tamarelle <jerome@tamarelle.net> */ class RuntimeException extends \RuntimeException implements ExceptionInterface { }