24 #include <Vector/BLF/platform.h>
28 #include <Vector/BLF/vector_blf_export.h>
36 class VECTOR_BLF_EXPORT
Exception :
public std::runtime_error {
44 std::runtime_error(arg) {
Definition: Exceptions.h:36
Exception(const char *arg)
Definition: Exceptions.h:43