TARAXA
Loading...
Searching...
No Matches
Exceptions.h
Go to the documentation of this file.
1// Aleth: Ethereum C++ client, tools and libraries.
2// Copyright 2014-2019 Aleth Authors.
3// Licensed under the GNU General Public License, Version 3.
4
5#pragma once
6
8
9namespace dev {
10namespace crypto {
11
14
15} // namespace crypto
16} // namespace dev
#define DEV_SIMPLE_EXCEPTION(X)
Definition Exceptions.h:25
Definition Address.h:13
void assertThrowAux(bool _condition, ::std::string const &_errorDescription, unsigned _line, char const *_file, char const *_function)
Definition Assertions.h:53