Skip to content

Commit 2895766

Browse files
author
Gonzalo Diaz
committed
[FIX] sonarlint fix: "Refactor this type not to derive from an outdated type 'System.ApplicationException'."
1 parent db99088 commit 2895766

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

Lines changed: 1 addition & 1 deletion
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)