Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
Changed OMODFrameworkException to be an ApplicationException
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Nov 28, 2019
1 parent 28f4bb2 commit 88f272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMODFramework/Framework.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static void CleanTempDir(bool deleteRoot = false)
}
}

public class OMODFrameworkException : Exception
public class OMODFrameworkException : ApplicationException
{
public OMODFrameworkException(string s) : base(s)
{
Expand Down

0 comments on commit 88f272d

Please sign in to comment.