LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
openssl_exception.hpp
Go to the documentation of this file.
1
7#ifndef OPENSSL_EXCEPTION_HPP
8#define OPENSSL_EXCEPTION_HPP
9
10#include <exception>
11#include <string>
13
14namespace logicalaccess
15{
16namespace openssl
17{
22{
23 public:
24 explicit OpenSSLException(const std::string &message)
26 {
27 }
28};
29}
30}
31
32#endif /* OPENSSL_EXCEPTION_HPP */
A liblogicalaccess exception class.
Definition: myexception.hpp:22
A OpenSSL exception class.
Definition: openssl_exception.hpp:22
OpenSSLException(const std::string &message)
Definition: openssl_exception.hpp:24
Definition: asn1.hpp:9