HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
tt::parse_error_tag Struct Reference

#include <TTauri/Foundation/exceptions.hpp>

Detailed Description

Error to throw when parsing some kind of document. This should be the primary exception to throw when there is an error in the document.

It is important to check for all possible errors in a document and throw this error. Since documents are often under user control we don't want to terminate the application or worse compromise its security.

For this reasons ParserErrors should not be ignored by the callees of a parser.


The documentation for this struct was generated from the following file: