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

4 lines
122 B
C#

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