HerdSoftware
0.4.0
|
Exception class for invalid operations on a degenerate line. More...
#include <Line2D.h>
Public Member Functions | |
Exception (std::string msg="") | |
![]() | |
Exception (std::string msg="") | |
const char * | what () const noexcept override |
The error message. More... | |
Exception class for invalid operations on a degenerate line.
|
inline |
Constructor.
msg | the message to be returned by what(). |