Namespaces
Worldline
Acquiring
Sdk
Authentication
Communication
Domain
JSON
Logging
V1
Classes
DefaultOAuth2TokenCache
OAuth2Authenticator
Interfaces
Authenticator
OAuth2TokenCache
Exceptions
OAuth2Exception
Overview
Namespace
Class
Tree
1:
<?php
2:
namespace
Worldline\Acquiring\Sdk\Authentication;
3:
4:
use
RuntimeException;
5:
6:
/**
7:
* Class OAuth2Exception
8:
*
9:
* @package Worldline\Acquiring\Sdk\Authentication
10:
*/
11:
class
OAuth2Exception
extends
RuntimeException
12:
{
13:
}
14: