Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
|
#include <InvalidPinException.hpp>
Public Member Functions | |
InvalidPinException (const std::string &message) | |
InvalidPinException (const std::string &message, const std::shared_ptr< std::exception > cause) | |
Indicates that the provided PIN is invalid.
Definition at line 26 of file InvalidPinException.hpp.
|
inlineexplicit |
message | The message to identify the exception context. |
Definition at line 32 of file InvalidPinException.hpp.
|
inline |
Encapsulates a lower level exception.
message | Message to identify the exception context. |
cause | The cause. |
Definition at line 43 of file InvalidPinException.hpp.