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:
8
src/WatchErrorException.php
Normal file
8
src/WatchErrorException.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\React\Inotify;
|
||||
|
||||
class WatchErrorException extends InotifyException
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user