DBXE/classes/Modules/Pipedrive/Exception/PipedriveHttpClientExceptio...

13 lines
214 B
PHP

<?php
declare(strict_types=1);
namespace Xentral\Modules\Pipedrive\Exception;
use RuntimeException;
final class PipedriveHttpClientException extends RuntimeException implements PipedriveExceptionInterface
{
}