X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fdiameter%2Fhelpers%2Ftid%2FFormat.hpp;h=b28499d3b8f71bda0871b4fd665b9aff50e48055;hb=HEAD;hp=ca41ae5d909e5fff98e3e37363525194e52ece24;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/include/anna/diameter/helpers/tid/Format.hpp b/include/anna/diameter/helpers/tid/Format.hpp index ca41ae5..b28499d 100644 --- a/include/anna/diameter/helpers/tid/Format.hpp +++ b/include/anna/diameter/helpers/tid/Format.hpp @@ -43,7 +43,7 @@ struct Format { * @param v Format type * @return Format description */ - static const char* asText(const Format::_v v) throw(anna::RuntimeException) { + static const char* asText(const Format::_v v) noexcept(false) { return asCString(v); } };