Exception indicating invalid input passed to a function. More...
#include <pmp/exceptions.h>
Inherits invalid_argument.
Exception indicating invalid input passed to a function.
This exception should be used to signal violation of a precondition, e.g., if an algorithm expects a triangle mesh but a general polygon mesh is passed instead.