tenno 0.1.0
Loading...
Searching...
No Matches
error.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2// Author: Giovanni Santini
3// Mail: giovanni.santini@proton.me
4// Github: @San7o
5
6#pragma once
7
8namespace tenno
9{
10
11enum class error
12{
13 out_of_range = 0,
14 empty,
17};
18
19} // namespace tenno
error
Definition error.hpp:12