OpenXE/classes/Modules/Hubspot/RequestQueues/Exception/RequestQueuesException.php

12 lines
176 B
PHP
Raw Normal View History

2021-05-21 08:49:41 +02:00
<?php
namespace Xentral\Modules\Hubspot\RequestQueues\Exception;
use RuntimeException as SplRuntimeException;
class RequestQueuesException extends SplRuntimeException
{
}