Merge remote-tracking branch 'origin/monogame' into monogame
# Conflicts: # ShiftOS_TheReturn/Hacking.cs
This commit is contained in:
commit
e5aec8a053
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ 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 scrotum.
|
||||
/// 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 (and tell them to fix it).
|
||||
/// </summary>
|
||||
/// <param name="message">The message you want to yell at the user.</param>
|
||||
public NaughtyDeveloperException(string message) : base(message + " - FIX IT, YOU SCROTUM")
|
||||
|
|
Reference in a new issue