PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
Base class for all exceptions thrown by PLYwoot. More...
#include <exceptions.hpp>
Public Member Functions | |
Exception (const std::string &message) | |
Base class for all exceptions thrown by PLYwoot.
Definition at line 31 of file exceptions.hpp.
|
inline |
Constructs an exception instance with the given error message.
message | exception message to store in this exception |
Definition at line 37 of file exceptions.hpp.