1 | <?php |
||
7 | class EncryptionConfigurationException extends Exception |
||
8 | { |
||
9 | /** |
||
10 | * Returns properly formatted exception when response decryption fails. |
||
11 | * |
||
12 | * @return \Stevenmaguire\OAuth2\Client\Provider\Exception\EncryptionConfigurationException |
||
13 | */ |
||
14 | 2 | public static function undeterminedEncryption() |
|
22 | } |
||
23 |