DBXE/classes/Components/ScanbotApi/Exception/ScanbotApiExceptionInterfac...

10 lines
195 B
PHP

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