Chris@2: Chris@2: * Chris@2: * For the full copyright and license information, please view the LICENSE Chris@2: * file that was distributed with this source code. Chris@2: */ Chris@2: Chris@2: namespace SebastianBergmann\ObjectEnumerator; Chris@2: Chris@2: class InvalidArgumentException extends \InvalidArgumentException implements Exception Chris@2: { Chris@2: }