[TASK] Added Tags to the DocComments.
[TASK] Reformated some classes.
This commit is contained in:
@@ -213,6 +213,7 @@ class Socket_SocketHandler {
|
||||
/**
|
||||
* Gets last error from socket.
|
||||
* @throws Exception_SocketException
|
||||
* @return void
|
||||
*/
|
||||
protected function error() {
|
||||
if(is_resource($this->socket) === FALSE) throw new Exception_SocketException("No socket resource available!", 1290954177);
|
||||
|
||||
Reference in New Issue
Block a user