ircbot/Classes/Exception/SocketException.php
Jan Philipp Timme 952af43b97
2010-11-21 22:48:11 +00:00

9 lines
156 B
PHP

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