From 86df6e5f503f6675d39377370276d9f09c0043ef Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Thu, 7 Aug 2025 20:05:46 +0200 Subject: move MsizeValueTooBigException to except package --- src/main/kotlin/ProtocolTranslator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/ProtocolTranslator.kt') diff --git a/src/main/kotlin/ProtocolTranslator.kt b/src/main/kotlin/ProtocolTranslator.kt index 686e05e..9e5632b 100644 --- a/src/main/kotlin/ProtocolTranslator.kt +++ b/src/main/kotlin/ProtocolTranslator.kt @@ -29,7 +29,7 @@ interface ProtocolTranslator { * @param version Should be "9P2000", which is the only defined value. * @throws except.InvalidMessageException if the received message is invalid. * @throws RErrorException if the received message is an R-error message. - * @throws MsizeValueTooBigException if the received `msize` value is bigger than what the client requested. + * @throws except.MsizeValueTooBigException if the received `msize` value is bigger than what the client requested. * @throws UnknownVersionException if the version negotiation failed. */ fun version(msize: UInt, version: String) -- cgit v1.2.3