-
Notifications
You must be signed in to change notification settings - Fork 12
ST::codec_error
Michael Hansen edited this page Jan 6, 2018
·
2 revisions
#include <string_theory/exceptions>
Name | Summary |
---|---|
(constructor) | Constructor for ST::codec_error |
The ST::codec_error
exception is thrown when an error occurs decoding a
hex or base64 string from their respective codecs.
Signature |
---|
explicit codec_error(const char *message) noexcept |
Sets the exception message (returned by what()
) to message
.