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.
Loading...
Searching...
No Matches
PresetNameUsed Class Reference

Thrown when a preset name is already used. More...

#include <termstyle.hpp>

Inheritance diagram for PresetNameUsed:
Error

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)
 

Detailed Description

Thrown when a preset name is already used.


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