proxygen
fizz::FizzVerificationException Class Reference

#include <CertificateVerifier.h>

Inheritance diagram for fizz::FizzVerificationException:
fizz::FizzException

Public Member Functions

 FizzVerificationException (const std::string &msg, folly::Optional< AlertDescription > alert)
 
- Public Member Functions inherited from fizz::FizzException
 FizzException (const std::string &msg, folly::Optional< AlertDescription > alert)
 
folly::Optional< AlertDescriptiongetAlert () const
 

Detailed Description

Definition at line 16 of file CertificateVerifier.h.

Constructor & Destructor Documentation

fizz::FizzVerificationException::FizzVerificationException ( const std::string msg,
folly::Optional< AlertDescription alert 
)
inline

Definition at line 18 of file CertificateVerifier.h.

21  : FizzException(msg, alert) {}
FizzException(const std::string &msg, folly::Optional< AlertDescription > alert)
Definition: Types.h:321

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