PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
Base class for all header parser exceptions. More...
#include <header_parser.hpp>
Public Member Functions | |
HeaderParserException (const std::string &message) | |
![]() | |
Exception (const std::string &message) | |
Base class for all header parser exceptions.
Definition at line 42 of file header_parser.hpp.
|
inline |
Constructs a header parser exception with the given error message.
message | header parser error message |
Definition at line 47 of file header_parser.hpp.