first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Nitrox.Launcher.Models.Exceptions;
|
||||
|
||||
public class DuplicateSingularApplicationException : Exception
|
||||
{
|
||||
public DuplicateSingularApplicationException(string applicationName) : base($"An instance of {applicationName} is already running")
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user