tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
exception.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2020 Tobias Hienzsch
3
4#ifndef TETL_EXCEPTION_HPP
5#define TETL_EXCEPTION_HPP
6
7/// \defgroup exception exception
8/// Exception handling utilities
9/// \ingroup errors-library
10
11#include <etl/_config/all.hpp>
12
13#include <etl/_exception/exception.hpp>
14
15// Non-standard extensions
16#include <etl/_exception/raise.hpp>
17
18#endif // TETL_EXCEPTION_HPP