1
0
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:
Aaron Piotrowski 2016-05-26 11:07:42 -05:00
parent 7c34146ac8
commit 61c13e209f

View File

@ -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
{
}