fixed the most important thing

This commit is contained in:
wowmom98 2017-07-27 18:57:34 -04:00
parent 86dde20529
commit 8a976d1ad1

View file

@ -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")
{
}