NoTeX 1.0.0
A modern noteworthy LaTeX template
Loading...
Searching...
No Matches
notex::DocumentError Class Reference

#include <notex/errors.hpp>

Inheritance diagram for notex::DocumentError:

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ DocumentError()

notex::DocumentError::DocumentError ( std::string message)
inlineexplicit

Definition at line 100 of file errors.hpp.


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