aboutsummaryrefslogtreecommitdiffhomepage
path: root/WpfTest/HttpReturnStatus.php
diff options
context:
space:
mode:
Diffstat (limited to 'WpfTest/HttpReturnStatus.php')
-rw-r--r--WpfTest/HttpReturnStatus.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/WpfTest/HttpReturnStatus.php b/WpfTest/HttpReturnStatus.php
new file mode 100644
index 0000000..60622bb
--- /dev/null
+++ b/WpfTest/HttpReturnStatus.php
@@ -0,0 +1,7 @@
+<?php
+namespace WpfTest;
+
+interface HttpReturnStatus extends \Throwable {
+ public function httpCode(): int;
+ public function httpReason(): string;
+} \ No newline at end of file