You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phpcommandline/Exception/TooMuchValues.class.php

14 lines
351 B
PHP

<?php
/**
* Déclaration de l'exception CommandLine\Exception\TooMushValues
*/
namespace CommandLine\Exception;
use RuntimeException;
/**
* Exception levée quand il y a des valeurs en trop lors d'un parsage d'une solution
*
* @package CommandLine\Exception
*/
class TooMuchValues extends RuntimeException implements IException {}