[ Index ] |
PHP Cross Reference of phpBB-3.1.12-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 a scope provided to a service is invalid. 14 */ 15 class InvalidScopeException extends Exception 16 { 17 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |