We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55649d5 commit 45646a5Copy full SHA for 45646a5
resources/lib/UnityHTTPD.php
@@ -48,10 +48,12 @@ public static function redirect(?string $dest = null): never
48
self::die();
49
}
50
51
- /* generate a unique ID that can be logged and also displayed to the user when something has
+ /*
52
+ generate a unique ID that can be logged and also displayed to the user when something has
53
gone wrong. This way the user can give us the ID and we can find the exact line in the log
54
file that represents their issue.
- assumes that a session is started and has a good unique session_id */
55
+ assumes that a session is started and has a good unique session_id
56
+ */
57
public static function errorID(?\Throwable $e = null): string
58
{
59
$e ??= new stdClass();
0 commit comments