какие то выкрутасы писькой

This commit is contained in:
Jganenok
2026-05-27 22:22:30 +07:00
parent 5a44e855cb
commit 8bddeb0ac1
5 changed files with 395 additions and 236 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ class Packet {
class PacketError implements Exception {
final String message;
const PacketError(this.message);
final String? errorKey;
const PacketError(this.message, {this.errorKey});
@override
String toString() => message;
}