added new socket manager, errorhandling and testing is not finished yet
This commit is contained in:
7
libs/React/Socket/ConnectionException.php
Normal file
7
libs/React/Socket/ConnectionException.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace React\Socket;
|
||||
|
||||
class ConnectionException extends \ErrorException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user