TokenResponseException.php 199 Bytes
<?php

namespace OAuth\Common\Http\Exception;

use OAuth\Common\Exception\Exception;

/**
 * Exception relating to token response from service.
 */
class TokenResponseException extends Exception
{
}