remove \r
[extl.git] / extl / error / std / error.h
blobba44ddffa002dae6355760c4e24bf2478f9d2899
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: error.h
4 * Created: 08.02.02
5 * Updated: 08.11.24
7 * Brief: The Std-Exception Error Library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
12 #ifndef EXTL_ERROR_STD_H
13 #define EXTL_ERROR_STD_H
15 /* ///////////////////////////////////////////////////////////////////////
16 * Includes
18 #include "prefix.h"
19 #include "length_error.h"
20 #include "range_error.h"
21 #include "overflow_error.h"
22 #include "underflow_error.h"
24 /* //////////////////////////////////////////////////////////////////// */
25 #endif /* EXTL_ERROR_STD_H */
26 /* //////////////////////////////////////////////////////////////////// */