OAuthException.php 91 B

1234567
  1. <?php
  2. /* Generic exception class
  3. */
  4. class OAuthException extends Exception {
  5. // pass
  6. }