[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

   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  }


Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1