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