Skip to content

Commit e2e253e

Browse files
authored
Merge pull request #110 from sir-gon/develop
[FIX] sonarlint fix: "Refactor this type not to derive from an outdat…
2 parents db99088 + 2895766 commit e2e253e

File tree

1 file changed

+1
-1
lines changed
  • algorithm-exercises-csharp/src/hackerrank/interview_preparation_kit/dictionaries_and_hashmaps

1 file changed

+1
-1
lines changed

algorithm-exercises-csharp/src/hackerrank/interview_preparation_kit/dictionaries_and_hashmaps/RansomNote.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace algorithm_exercises_csharp.hackerrank.interview_preparation_kit;
55
using System.Diagnostics.CodeAnalysis;
66
using System.Collections.Generic;
77

8-
public class InvalidValueException : ApplicationException
8+
public class InvalidValueException : Exception
99
{
1010
// constructor for the InvalidAgeException class
1111
public InvalidValueException(string msg)

0 commit comments

Comments
 (0)