MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / throw_error

Method throw_error

src/core/Error.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void arm_compute::throw_error(Status err)
48{
49 ARM_COMPUTE_THROW(std::runtime_error(err.error_description()));
50}
51void Status::internal_throw_on_error() const
52{
53 ARM_COMPUTE_THROW(std::runtime_error(_error_description));

Callers

nothing calls this directly

Calls 1

error_descriptionMethod · 0.80

Tested by

no test coverage detected