3#include <Common/exceptions.h>
16 using RuntimeException::RuntimeException;
18 std::string
whatStr()
const override;
26 using MathException::MathException;
33 return std::string(what());
Error on the color-related functionalities.
Definition math_exceptions.h:24
General exception thrown on error related to math functionalities.
Definition math_exceptions.h:14
std::string whatStr() const override
Definition math_exceptions.h:31
Math functions and utilities.
Definition TransformInfo.h:10