A class representing an exception in the crypto module.
More...
#include <exception.hxx>
|
| | Exception (const std::string &message) |
| | Constructor.
|
| |
| template<typename... Args> |
| | Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args) |
| | Constructor.
|
| |
A class representing an exception in the crypto module.
◆ Exception() [1/2]
| StormByte::Crypto::Exception::Exception |
( |
const std::string & |
message | ) |
|
|
inline |
Constructor.
- Parameters
-
| message | The exception message. |
◆ Exception() [2/2]
template<typename... Args>
| StormByte::Crypto::Exception::Exception |
( |
const std::string & |
component, |
|
|
std::format_string< Args... > |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
| component | The component where the exception occurred. |
| fmt | The format string for the exception message. |
| args | The arguments for the format string. |
The documentation for this class was generated from the following file:
- /home/runner/work/StormByte-Crypto/StormByte-Crypto/lib/public/StormByte/crypto/exception.hxx