Exception.php 125 B

12345678910
  1. <?php
  2. namespace OAuth\Common\Exception;
  3. /**
  4. * Generic library-level exception.
  5. */
  6. class Exception extends \Exception
  7. {
  8. }