41#include <StormByte/exception.hxx>
69 template <
typename... Args>
70 Exception(
const std::string& component, std::format_string<Args...> fmt, Args&&... args):
72 fmt, std::forward<Args>(args)...) {}
113 Exception(
"Codec",
"codec '{}' not found", codec) {}
127 Exception(
"Container",
"container '{}' not found", container) {}
#define STORMBYTE_MULTIMEDIA_PUBLIC
Imported symbol.
Definition visibility.h:47