Raised when a command that requires a project is run outside one. More...
#include <notex/errors.hpp>
Public Member Functions | |
| ProjectNotFoundError (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 command that requires a project is run outside one.
Definition at line 75 of file errors.hpp.
|
inlineexplicit |
Definition at line 77 of file errors.hpp.