Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
throw_or_abort.hpp
Go to the documentation of this file.
1
#pragma once
2
#include "
barretenberg/env/throw_or_abort_impl.hpp
"
3
#include "
log.hpp
"
4
#include <string>
5
6
inline
void
throw_or_abort
[[noreturn]] (std::string
const
& err)
7
{
8
throw_or_abort_impl
(err.c_str());
9
}
log.hpp
throw_or_abort
void throw_or_abort(std::string const &err)
Definition
throw_or_abort.hpp:6
throw_or_abort_impl
void throw_or_abort_impl(const char *err)
Definition
throw_or_abort_impl.cpp:14
throw_or_abort_impl.hpp
src
barretenberg
common
throw_or_abort.hpp
Generated by
1.9.8