Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
ServiceException.h
Go to the documentation of this file.
1 #ifndef ZSERIO_SERVICE_EXCEPTION_H_INC
2 #define ZSERIO_SERVICE_EXCEPTION_H_INC
3 
5 
6 namespace zserio
7 {
8 
13 {
14 public:
16 };
17 
18 } // namespace zserio
19 
20 #endif // ZSERIO_SERVICE_EXCEPTION_H_INC
CppRuntimeException(const char *message="")