[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/Exception/ -> InvalidAccessTypeException.php (source)

   1  <?php
   2  
   3  namespace OAuth\OAuth2\Service\Exception;
   4  
   5  use OAuth\Common\Exception\Exception;
   6  
   7  /**
   8   * Exception thrown when an invalid accessType for the Google Service is specified
   9   */
  10  class InvalidAccessTypeException extends Exception
  11  {
  12  }


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1