* Properly implement exceptions. * Allow passing custom eventloop and poll interval to constructor. * Fix some typos, cleanup code.
8 lines
102 B
PHP
8 lines
102 B
PHP
<?php
|
|
|
|
namespace NoccyLabs\React\Inotify;
|
|
|
|
class WatchErrorException extends InotifyException
|
|
{
|
|
|
|
} |