We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94449f commit b8c42dcCopy full SHA for b8c42dc
src/HttpEmoji.php
@@ -13,5 +13,7 @@ interface HttpEmoji
13
14
const 🤷 = 404; // Not found
15
16
+ const ⌚ = 408; // Request timeout
17
+
18
const 😱 = 500; // Internal server error
19
}
0 commit comments