/opt/alt/php55/usr/share/pear/Symfony/Component/OptionsResolver/Exception
NameSizeModeActions
ExceptionInterface.php4360644editdlrm
InvalidOptionsException.php5080644editdlrm
MissingOptionsException.php5090644editdlrm
OptionDefinitionException.php4960644editdlrm
Edit: /opt/alt/php55/usr/share/pear/Symfony/Component/OptionsResolver/Exception/ExceptionInterface.php (436B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\OptionsResolver\Exception; /** * Marker interface for the Options component. * * @author Bernhard Schussek */ interface ExceptionInterface { }