9 lines
156 B
PHP
9 lines
156 B
PHP
|
<?php
|
||
|
/**
|
||
|
* SocketException
|
||
|
* @author jpt
|
||
|
* @package Exception
|
||
|
* @exception
|
||
|
*/
|
||
|
class Exception_SocketException extends Exception_GeneralException {}
|
||
|
?>
|