master
<?php declare(strict_types=1); namespace FatCode\HttpServer\Exception; interface HttpServerException { }