Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Core
Curler
Db
Http
Exception
OAuth2
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
Classes
AccessToken
OAuth2Client
Interfaces
OAuth2Flow
OAuth2GrantType
Exceptions
OAuth2Exception
Overview
Namespace
Class
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Http\OAuth2;
4:
5:
use
Salient\Core\AbstractException;
6:
7:
/**
8:
* Thrown when an OAuth 2.0 request fails
9:
*/
10:
class
OAuth2Exception
extends
AbstractException {}
11: