We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51aff24 + fb6feda commit 520c23cCopy full SHA for 520c23c
LSL.cs
@@ -196,7 +196,7 @@ public static void check_error(int ec)
196
case -1: throw new TimeoutException("The operation failed due to a timeout.");
197
case -2: throw new LostException("The stream has been lost.");
198
case -3: throw new ArgumentException("An argument was incorrectly specified (e.g., wrong format or wrong length).");
199
- case -4: throw new InternalException("An internal internal error has occurred.");
+ case -4: throw new InternalException("An internal error has occurred.");
200
default: throw new Exception("An unknown error has occurred.");
201
}
202
0 commit comments