Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
OutOfRangeException.h
Go to the documentation of this file.
1 #ifndef ZSERIO_OUT_OF_RANGE_EXCEPTION_H_INC
2 #define ZSERIO_OUT_OF_RANGE_EXCEPTION_H_INC
3 
5 
6 namespace zserio
7 {
8 
13 {
14 public:
15  using ValidationException::ValidationException;
16 };
17 
18 } // namespace zserio
19 
20 #endif // ifndef ZSERIO_OUT_OF_RANGE_EXCEPTION_H_INC