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