namespace HSchool.Protocol; /// Thrown when a frame is truncated, oversized or otherwise unreadable. public sealed class ProtocolException(string message) : Exception(message);