OAuthException.php 71 B

12345678
  1. <?php
  2. /**
  3. * @ignore
  4. */
  5. class OAuthException extends Exception {
  6. }
  7. ?>