SocketException.php 178 B

123456789101112
  1. <?php
  2. namespace Pheanstalk\Exception;
  3. /**
  4. * An exception relating to the connection socket.
  5. *
  6. * @author Paul Annesley
  7. */
  8. class SocketException extends ClientException
  9. {
  10. }