<?php

namespace Symfony\Component\OptionsResolver\Exception;

class InvalidOptionsException extends \InvalidArgumentException
{
}
