Page MenuHomeWickedGov Phorge

InvalidOptionException.php
No OneTemporary

Size
517 B
Referenced Files
None
Subscribers
None

InvalidOptionException.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 option name or value typed in the console.
*
* @author Jérôme Tamarelle <jerome@tamarelle.net>
*/
class InvalidOptionException extends \InvalidArgumentException implements ExceptionInterface
{
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 3, 21:07 (1 d, 1 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
70/3a/94e47be5f1372cfabbaaa70008ce
Default Alt Text
InvalidOptionException.php (517 B)

Event Timeline