namespace Mine2d.game.backend.network; public class PacketException : Exception { public PacketException(string message) : base(message) { } }