Root exception for Logger errors.
More...
#include <StormByte/logger/exception.hxx>
|
| | Exception (const std::string &message) |
| | Construct with an unformatted message.
|
| |
| | Exception (std::string &&message) |
| | Construct with a moved message.
|
| |
| template<typename... Args> |
| | Exception (std::format_string< Args... > fmt, Args &&... args) |
| | Construct with a formatted message.
|
| |
Root exception for Logger errors.
◆ Exception() [1/3]
| StormByte::Logger::Exception::Exception |
( |
const std::string & |
message | ) |
|
|
inlineexplicit |
Construct with an unformatted message.
◆ Exception() [2/3]
| StormByte::Logger::Exception::Exception |
( |
std::string && |
message | ) |
|
|
inlineexplicit |
Construct with a moved message.
◆ Exception() [3/3]
template<typename... Args>
| StormByte::Logger::Exception::Exception |
( |
std::format_string< Args... > |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
Construct with a formatted message.
- Template Parameters
-
| Args | Format argument types. |
- Parameters
-
| fmt | Format string. |
| args | Format arguments. |
The documentation for this class was generated from the following file: