Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
include
keypop
calypso
crypto
legacysam
transaction
SamRevokedException.hpp
Go to the documentation of this file.
1
/**************************************************************************************************
2
* Copyright (c) 2024 Calypso Networks Association https://calypsonet.org/ *
3
* *
4
* This program and the accompanying materials are made available under the *
5
* terms of the MIT License which is available at https://opensource.org/licenses/MIT. *
6
* *
7
* SPDX-License-Identifier: MIT *
8
**************************************************************************************************/
9
10
#pragma once
11
12
#include <memory>
13
#include <stdexcept>
14
#include <string>
15
16
namespace
keypop
{
17
namespace
calypso {
18
namespace
crypto {
19
namespace
legacysam {
20
namespace
transaction {
21
27
class
SamRevokedException
final :
public
std::runtime_error {
28
public
:
33
explicit
SamRevokedException
(
const
std::string& message)
34
: std::runtime_error(message) {
35
}
36
};
37
38
}
/* namespace transaction */
39
}
/* namespace legacysam */
40
}
/* namespace crypto */
41
}
/* namespace calypso */
42
}
/* namespace keypop */
keypop::calypso::crypto::legacysam::transaction::SamRevokedException
Definition:
SamRevokedException.hpp:27
keypop::calypso::crypto::legacysam::transaction::SamRevokedException::SamRevokedException
SamRevokedException(const std::string &message)
Definition:
SamRevokedException.hpp:33
keypop
Definition:
CounterIncrementAccess.hpp:12
Generated by
1.9.2