60 throw Exception(
"This is an example exception.");
defines the base Elements exception class
define a list of standard exit codes for executables
Example of an Elements program.
void defineOptions() override
ExitCode main() override
The "main" method.
Elements base exception class.
ELEMENTS_API const Path::Item & getProgramPath() const
ELEMENTS_API const Path::Item & getProgramName() const
ExitCode
Strongly typed exit numbers.
#define MAIN(ELEMENTS_PROGRAM)