1
0
mirror of https://github.com/pierre42100/comunic synced 2025-07-15 06:18:15 +00:00
Files
3rdparty
assets
developer
assets
backup
bin
images
logs
system
tmp
user
vendor
antoligy
composer
doctrine
donatj
erusev
filp
gregwar
league
matthiasmullie
maximebf
monolog
pimple
psr
rockettheme
seld
symfony
console
Command
Descriptor
Event
Exception
CommandNotFoundException.php
ExceptionInterface.php
InvalidArgumentException.php
InvalidOptionException.php
LogicException.php
RuntimeException.php
Formatter
Helper
Input
Logger
Output
Question
Resources
Style
Application.php
CHANGELOG.md
ConsoleEvents.php
LICENSE
README.md
Shell.php
event-dispatcher
polyfill-iconv
polyfill-mbstring
var-dumper
yaml
twig
autoload.php
webserver-configs
.htaccess
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
composer.json
composer.lock
index.php
robots.txt
doc
inc
minifyurl
tools
.gitignore
.htaccess
README.md
acceuil-aide-en.html
acceuil-aide-fr.html
action.php
aide.php
amis.php
api.php
archive_private_chat.php
browserconfig.xml
chat.php
commentaire.php
connecter.php
connexiondb.php
creercompte.php
deconnexion.php
exportdonnees.php
galerie_videos.php
galerieimages.php
imgcommentaire.php
index.php
listeamis.php
messagerie.php
notification.php
notification_old.php
parametres.php
privatechat.php
r.php
robots.txt
rss.php
securite.php
sitemap.xml
solvepassword.php
suppcompte.php
comunic/developer/vendor/symfony/console/Exception/InvalidArgumentException.php
Pierre Hubert 990540b2b9 First commit
2016-11-19 12:08:12 +01:00

20 lines
446 B
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 InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}