<?php
namespace Xentral\Modules\SuperSearch\Exception;
use RuntimeException;
final class ProviderMissingException extends RuntimeException implements SuperSearchExceptionInterface
{
}