<?php

namespace Xentral\Modules\Hubspot\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface HubspotExceptionInterface extends ModuleExceptionInterface
{

}