Files
react-inotify/src/InotifyException.php
T

10 lines
108 B
PHP
Raw Normal View History

2026-01-09 15:47:44 +01:00
<?php
namespace NoccyLabs\React\Inotify;
use Exception;
class InotifyException extends Exception
{
}