<?php
namespace Xentral\Components\Sanitizer\Exception;
use Xentral\Core\Exception\ComponentExceptionInterface;
interface SanitizerExceptionInterface extends ComponentExceptionInterface
{
}