Added Unity project files
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace VRC.SDK3.ClientSim
|
||||
{
|
||||
/// <summary>
|
||||
/// A wrapper for exceptions that can easily be checked in Tests.
|
||||
/// </summary>
|
||||
public class ClientSimException : Exception
|
||||
{
|
||||
public ClientSimException(string message) : base(message) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user