<?php
namespace Xentral\Widgets\SuperSearch\Exception;
use InvalidArgumentException as SplInvalidArgumentException;
class InvalidArgumentException extends SplInvalidArgumentException implements SuperSearchExceptionInterface
{
}