1 /* ///////////////////////////////////////////////////////////////////////
7 * Brief: The Std-Exception Error Library
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
12 #ifndef EXTL_ERROR_STD_H
13 #define EXTL_ERROR_STD_H
15 /* ///////////////////////////////////////////////////////////////////////
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 /* //////////////////////////////////////////////////////////////////// */