Stuff
public text v1 · immutableclass EpicFailException : ApplicationException
{
public EpicFailException(string message)
: base(message)
{
HelpLink = "http://google.com";
}
}class EpicFailException : ApplicationException
{
public EpicFailException(string message)
: base(message)
{
HelpLink = "http://google.com";
}
}