You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Loop/InvalidWatcherException.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
namespaceInterop\Async\Loop;
4
4
5
5
/**
6
-
* MUST be thrown if any operation (except cancel()) is attempted with an invalid watcher identifier. [Invalid watcher identifier: any identifier not yet emitted by the driver or cancelled by the user]
6
+
* MUST be thrown if any operation (except cancel()) is attempted with an invalid watcher identifier.
7
+
* [Invalid watcher identifier: any identifier not yet emitted by the driver or cancelled by the user]
7
8
*/
8
9
class InvalidWatcherException extends \LogicException
0 commit comments