|
HikoGUI
A low latency retained GUI
|
#include <TTauri/Foundation/exceptions.hpp>
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.