|
PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
Unexpected end-of-file exception. More...
#include <ascii_parser_policy.hpp>
Public Member Functions | |
| UnexpectedEof () | |
| Constructs an unexpected end-of-file exception. | |
Public Member Functions inherited from plywoot::ParserException | |
| ParserException (const std::string &message) | |
Public Member Functions inherited from plywoot::Exception | |
| Exception (const std::string &message) | |
Unexpected end-of-file exception.
Definition at line 46 of file ascii_parser_policy.hpp.
|
inline |
Constructs an unexpected end-of-file exception.
Definition at line 49 of file ascii_parser_policy.hpp.