<?php

namespace Fleetbase\FleetOps\Exceptions;

/**
 * Class TelematicRateLimitExceededException.
 *
 * Exception thrown when provider rate limit is exceeded.
 */
class TelematicRateLimitExceededException extends ProviderException
{
}
