7#include <Vector/BLF/platform.h>
11#include <Vector/BLF/vector_blf_export.h>
19class VECTOR_BLF_EXPORT
Exception :
public std::runtime_error {
27 std::runtime_error(arg) {
Definition Exceptions.h:19
Exception(const char *arg)
Definition Exceptions.h:26