static ClaimException failed(ClaimOpKind op, string msg, string caller, string file, int?line) => ClaimException.Define(op, msg, caller, file, line);
public static bool nea(bool src, string msg = null, [Member] string caller = null, [File] string file = null, [Line] int?line = null) => !src ? true : throw ClaimException.Define(NotFalse(msg, caller, file, line));
public static ClaimException failed(ClaimOpKind op, AppMsg msg) => ClaimException.Define(op, msg);