Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
|
#include <CryptoException.hpp>
Public Member Functions | |
CryptoException (const std::string &message, const std::shared_ptr< std::exception > cause) | |
Indicates a communication error with the card (e.g. card removal, etc...).
Definition at line 26 of file CryptoException.hpp.
|
inline |
Encapsulates a lower level exception.
message | Message to identify the exception context. |
cause | The cause. |
Definition at line 35 of file CryptoException.hpp.