Syntriax.Engine/Engine.Core/Exceptions/BehaviourNotFoundException.cs

4 lines
131 B
C#

namespace Syntriax.Engine.Core.Exceptions;
public class BehaviourNotFoundException(string? message) : NotFoundException(message);