#include <notex/errors.hpp>
Public Member Functions | |
| DocumentError (std::string message) | |
| Public Member Functions inherited from notex::NotexError | |
| NotexError (std::string message, ExitCode exit_code) | |
| Constructs an error with its message and exit code. | |
| ExitCode | exit_code () const noexcept |
Raised when a .tex file cannot be edited safely: an expected anchor (e.g. a unique \documentclass or \end{document} line) is missing or ambiguous.
Definition at line 98 of file errors.hpp.
|
inlineexplicit |
Definition at line 100 of file errors.hpp.