Exception.php 163 B

123456789101112
  1. <?php
  2. namespace Pheanstalk;
  3. /**
  4. * An exception originating from the Pheanstalk package.
  5. *
  6. * @author Paul Annesley
  7. */
  8. class Exception extends \Exception
  9. {
  10. }