namespace XFEToolBox.Server.Core.Exceptions; public sealed class ToolPackageNotFoundException(string message) : Exception(message);