Code cleanup and misc fixes

* Properly implement exceptions.
* Allow passing custom eventloop and poll interval to constructor.
* Fix some typos, cleanup code.
This commit is contained in:
Christopher Vagnetoft
2026-01-09 15:47:44 +01:00
parent 904b426a00
commit b8a0dbf2bf
4 changed files with 65 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace NoccyLabs\React\Inotify;
class WatchErrorException extends InotifyException
{
}