This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/app/lib/App/SSE/StopEventLoopException.php
2022-03-27 22:19:01 +00:00

10 lines
118 B
PHP

<?php
namespace App\SSE;
use \Exception;
class StopEventLoopException extends Exception
{
// not much here...
}