TokenNotFoundException.php 174 B

12345678910
  1. <?php
  2. namespace OAuth\Common\Storage\Exception;
  3. /**
  4. * Exception thrown when a token is not found in storage.
  5. */
  6. class TokenNotFoundException extends StorageException
  7. {
  8. }