[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/carlos-mg89/oauth/src/OAuth/Common/Token/Exception/ -> ExpiredTokenException.php (source)

   1  <?php
   2  
   3  namespace OAuth\Common\Token\Exception;
   4  
   5  use OAuth\Common\Exception\Exception;
   6  
   7  /**
   8   * Exception thrown when an expired token is attempted to be used.
   9   */
  10  class ExpiredTokenException extends Exception
  11  {
  12  }


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1