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