1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 12:04:47 +01:00
This commit is contained in:
Daniil Gentili 2024-06-15 21:22:31 +02:00
parent 31e04de4da
commit 6d6b07a900

View File

@ -209,7 +209,7 @@ final class Main
continue;
}
if (!isset(self::GLOBAL_CODES[$err])) {
throw new AssertionError("Missing code for $err!");
echo("Missing code for $err!\n");
}
$r[self::GLOBAL_CODES[$err]][$err] = [];
}