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.
1 parent d00ea38 commit ec31619Copy full SHA for ec31619
UnitTest/DataStructuresTests/RedBlackTreeTest.cs
@@ -530,6 +530,6 @@ private static void CheckPathToEveryLeafHasSameNumberOfBlackNode(RedBlackTree<in
530
/// <summary>
531
/// Exception class throw when any of red black tree rule is violation. Only for unit tests.
532
/// </summary>
533
- internal class RedBlackTreeViolationRuleException : ArgumentException
+ internal class RedBlackTreeViolationRuleException : Exception
534
{ }
535
}
0 commit comments