Workspace 6.21.5
Public Member Functions | List of all members
ScaledZeroVectorError Struct Reference

Exception class for when an attempt is made to scale a zero vector.

#include <Mesh/Geometry/vector3d.h>

Public Member Functions

const char * what () const
 

Member Function Documentation

◆ what()

const char * what ( ) const
inline

Returns a C-style character string describing the general cause of the current error. This function is basically to make the class able to be treated similarly to std::exception.