7 lines
191 B
C#
7 lines
191 B
C#
using System;
|
|
|
|
namespace Syntriax.Engine.Serializers.Yaml;
|
|
|
|
[Serializable]
|
|
public class SerializerInProgressException() : Exception("There's already a running deserialization in progress.");
|