Botan
1.11.15
|
#include <asn1_obj.h>
Public Member Functions | |
BER_Decoding_Error (const std::string &) |
General BER Decoding Error Exception
Definition at line 108 of file asn1_obj.h.
Botan::BER_Decoding_Error::BER_Decoding_Error | ( | const std::string & | str | ) |
Definition at line 19 of file asn1_obj.cpp.
: Decoding_Error("BER: " + str) {}