Botan  2.1.0
Crypto and TLS for C++11
Public Member Functions | List of all members
Botan::X509_CRL::X509_CRL_Error Struct Reference

#include <x509_crl.h>

Inheritance diagram for Botan::X509_CRL::X509_CRL_Error:
Botan::Exception

Public Member Functions

const char * what () const BOTAN_NOEXCEPT override
 
 X509_CRL_Error (const std::string &error)
 

Detailed Description

This class represents CRL related errors.

Definition at line 30 of file x509_crl.h.

Constructor & Destructor Documentation

Botan::X509_CRL::X509_CRL_Error::X509_CRL_Error ( const std::string &  error)
inlineexplicit

Definition at line 32 of file x509_crl.h.

32  :
33  Exception("X509_CRL: " + error) {}
Exception(const std::string &msg)
Definition: exceptn.h:24

Member Function Documentation

const char* Botan::Exception::what ( ) const
inlineoverrideinherited

The documentation for this struct was generated from the following file: