4b57e43be51ed9ab329e3df021954c89c4580175
[babeltrace.git] / src / cpp-common / bt2 / exc.hpp
1 /*
2 * Copyright (c) 2020-2022 Philippe Proulx <pproulx@efficios.com>
3 *
4 * SPDX-License-Identifier: MIT
5 */
6
7 #ifndef BABELTRACE_CPP_COMMON_BT2_EXC_HPP
8 #define BABELTRACE_CPP_COMMON_BT2_EXC_HPP
9
10 #include <string>
11 #include <stdexcept>
12
13 #include "cpp-common/exc.hpp"
14
15 namespace bt2 {
16
17 using Error = bt2_common::Error;
18 using OverflowError = bt2_common::OverflowError;
19 using MemoryError = bt2_common::MemoryError;
20
21 } /* namespace bt2 */
22
23 #endif /* BABELTRACE_CPP_COMMON_BT2_EXC_HPP */
This page took 0.030047 seconds and 3 git commands to generate.