Skip to content

Commit 61c13e2

Browse files
committed
Extend LogicException instead
1 parent 7c34146 commit 61c13e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loop/InvalidWatcherException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Must be thrown if an operation is attempted with an invalid watcher identifier.
77
*/
8-
class InvalidWatcherException extends \RuntimeException
8+
class InvalidWatcherException extends \LogicException
99
{
1010

1111
}

0 commit comments

Comments
 (0)