TARAXA
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 
9 namespace dev {
10 namespace crypto {
11 
13 DEV_SIMPLE_EXCEPTION(CryptoException);
14 
15 } // namespace crypto
16 } // namespace dev
DEV_SIMPLE_EXCEPTION(InvalidState)
Definition: Address.h:13