2#ifndef GRAMODS_CORE_UNSUPPORTEDEXCEPTION
3#define GRAMODS_CORE_UNSUPPORTEDEXCEPTION
5#include <gmCore/config.hh>
Exception thrown when a feature is not supported.
Definition UnsupportedException.hh:14
UnsupportedException(std::string what)
Creates an exception with a clarification message.
Definition UnsupportedException.hh:19
const std::string what
A message with information about what is unsupported and why.
Definition UnsupportedException.hh:25