fixed the most important thing
This commit is contained in:
parent
86dde20529
commit
8a976d1ad1
1 changed files with 2 additions and 2 deletions
|
@ -178,10 +178,10 @@ namespace ShiftOS.Engine
|
|||
public class NaughtyDeveloperException : Exception
|
||||
{
|
||||
/// <summary>
|
||||
/// Create a new instance of the <see cref="NaughtyDeveloperException"/>, with the specified message, which will cause Visual Studio to call the person who caused the exception a scrotem.
|
||||
/// Create a new instance of the <see cref="NaughtyDeveloperException"/>, with the specified message, which will cause Visual Studio to call the person who caused the exception a SCROTUM.
|
||||
/// </summary>
|
||||
/// <param name="message">The message you want to yell at the user.</param>
|
||||
public NaughtyDeveloperException(string message) : base(message + " - FIX IT, YOU SCROTEM")
|
||||
public NaughtyDeveloperException(string message) : base(message + " - FIX IT, YOU SCROTUM")
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue