Raised when notex.json is missing, malformed, or fails to write. More...
#include <notex/errors.hpp>
Public Member Functions | |
| ConfigError (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 notex.json is missing, malformed, or fails to write.
Definition at line 89 of file errors.hpp.
|
inlineexplicit |
Definition at line 91 of file errors.hpp.