eventfarm/marketo-client

View on GitHub
src/Oauth/RetryAuthorizationTokenFailedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace EventFarm\Marketo\Oauth;

/**
 * An exception for when the max retry limit is reached when trying to
 * refresh the access token when making a request to Marketo.
 */
class RetryAuthorizationTokenFailedException extends \Exception
{

}