mirror of
https://github.com/danog/amp.git
synced 2024-11-27 12:35:02 +01:00
Extend LogicException instead
This commit is contained in:
parent
7c34146ac8
commit
61c13e209f
@ -5,7 +5,7 @@ namespace Interop\Async\Loop;
|
||||
/**
|
||||
* Must be thrown if an operation is attempted with an invalid watcher identifier.
|
||||
*/
|
||||
class InvalidWatcherException extends \RuntimeException
|
||||
class InvalidWatcherException extends \LogicException
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user