Skip to content

Commit ec901b3

Browse files
viningtechsolajnm2
andauthored
Make CommandLineException inherit from Exception
Co-authored-by: Joseph Musser <me@jnm2.com>
1 parent ddf088f commit ec901b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TfvcMigrator/CommandLineException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace TfvcMigrator;
2-
public sealed class CommandLineException : ApplicationException
2+
public sealed class CommandLineException : Exception
33
{
44
public int ExitCode { get; }
55
public CommandLineException(string message, int exitCode = 1) : base(message)

0 commit comments

Comments
 (0)