namespace StabilityMatrix.Core.Exceptions; /// /// Generic runtime exception with custom handling by notification service /// public class AppException : ApplicationException { public string? Details { get; init; } }