ircbot/Classes/Exception/SocketException.php

9 lines
156 B
PHP

<?php
/**
* SocketException
* @author jpt
* @package Exception
* @exception
*/
class Exception_SocketException extends Exception_GeneralException {}
?>