licenses(["notice"])  # boost

cc_library(
    name = "throw_exception",
    hdrs = glob(["include/**"]),
    includes = ["include"],
    visibility = ["//visibility:public"],
    deps = [
        "//third_party/boostorg/assert",
    ],
)
