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