termstyle 1.0.0-pre.3
An open-source C++ header file that enables developers to easily define and apply customizable style presets for terminal outputs such as warnings, infos, and errors.
|
Thrown when a preset name is already used. More...
#include <termstyle.hpp>
Additional Inherited Members | |
Public Member Functions inherited from Error | |
TERMSTYLE_NODISCARD int | getExitCode () const |
TERMSTYLE_NODISCARD std::string | getErrorName () const |
Error (std::string name, std::string msg, int exit_code=static_cast< int >(ExitCodes::BaseClass)) | |
Error (std::string name, std::string msg, ExitCodes exit_code) | |
Thrown when a preset name is already used.