<?php

namespace Xentral\Modules\SuperSearch\Exception;

use RuntimeException;

final class FormatterFailureException extends RuntimeException implements SuperSearchExceptionInterface
{
}