We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a32bf7 commit cca2a84Copy full SHA for cca2a84
src/Factory.php
@@ -5,6 +5,7 @@
5
use React\EventLoop\LoopInterface;
6
use Socket\React\Datagram\Factory as DatagramFactory;
7
use Socket\Raw\Factory as RawFactory;
8
+use BadMethodCallException;
9
10
class Factory
11
{
0 commit comments