Files
RobustToolbox/Robust.Shared/Serialization/Manager/Exceptions/GenericParameterMismatchException.cs
be8147a722 serv4 (#3527)
Co-authored-by: Paul <ritter.paul1@gmail.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
2022-11-27 19:23:58 +01:00

9 lines
148 B
C#

using System;
namespace Robust.Shared.Serialization.Manager.Exceptions;
public sealed class GenericParameterMismatchException : Exception
{
}