HyperspaceExplorer 0.7.1
|
Gets thrown when an operation is not yet (or will never be) supported. More...
#include <Rotope.h>
Public Member Functions | |
BadRotopeOperation (const std::string &caller, const std::string &op) | |
Create a BadRotopeOperation. |
Gets thrown when an operation is not yet (or will never be) supported.
BadRotopeOperation::BadRotopeOperation | ( | const std::string & | caller, |
const std::string & | op | ||
) |
Create a BadRotopeOperation.
caller | The function name throwing the BadRotopeOperation |
op | The unsupported operation caller wanted to perform |