aboutsummaryrefslogtreecommitdiffhomepage
path: root/WpfTest/HttpReturnStatus.php
blob: 60622bbd08caa365d3d32d450d939b13d4b31e47 (plain)
1
2
3
4
5
6
7
<?php
namespace WpfTest;

interface HttpReturnStatus extends \Throwable {
    public function httpCode(): int;
    public function httpReason(): string;
}