[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * @author David Desberg <david@daviddesberg.com> 5 * Released under the MIT license. 6 */ 7 8 namespace OAuth\OAuth2\Service\Exception; 9 10 use OAuth\Common\Exception\Exception; 11 12 /** 13 * Exception thrown when service is requested to refresh the access token but no refresh token can be found. 14 */ 15 class MissingRefreshTokenException extends Exception 16 { 17 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |