<?php
namespace Xentral\Modules\Hubspot\RequestQueues\Exception;
use RuntimeException as SplRuntimeException;
class RequestQueuesException extends SplRuntimeException
{
}