Skip to content

ST::codec_error

Michael Hansen edited this page Jan 6, 2018 · 2 revisions

ST::codec_error

Headers

#include <string_theory/exceptions>

Inherits

Public Functions

Name Summary
(constructor) Constructor for ST::codec_error

Details

The ST::codec_error exception is thrown when an error occurs decoding a hex or base64 string from their respective codecs.

Member Documentation

ST::codec_error constructor

Signature
explicit codec_error(const char *message) noexcept

Sets the exception message (returned by what()) to message.

Clone this wiki locally