5 #ifndef STREAMBASE_PLUGIN_EXCEPTION_H
6 #define STREAMBASE_PLUGIN_EXCEPTION_H
8 #include "StreamBase.hpp"
10 #include "Exceptions.hpp"
17 #define STREAMBASE_PLUGIN_EXCEPTION_TYPE(cl) STREAMBASE_EXCEPTION_SUBTYPE(cl, PluginException, sb_internal::Errors::PLUGIN_ERROR) \
31 #endif // PLUGIN_EXCEPTION_H