<?php

namespace Xentral\Components\ScanbotApi\Exception;

use Xentral\Core\Exception\ComponentExceptionInterface;

interface ScanbotApiExceptionInterface extends ComponentExceptionInterface
{
}