using System; namespace Elwig.Helpers.Weighing { public class WeighingException(string? message = null) : Exception(message) { } }