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