#include <exceptions.h>
Public Member Functions | |
CMUnsupported (const std::string &explanation) |
This exception should be thrown if something that was expected to never happen at run-time happens. This is expected to be caught and handled, rather than fatal.
Definition at line 141 of file exceptions.h.
CMUnsupported::CMUnsupported | ( | const std::string & | explanation | ) | [inline] |