1: <?php declare(strict_types=1);
2:
3: namespace Salient\Http\Exception;
4:
5: class HttpServerException extends AbstractHttpException {}
6: