<?php
namespace NoccyLabs\React\Inotify;
use Exception;
class InotifyException extends Exception
{
}