diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-05 00:12:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-05 00:12:59 +0100 |
| commit | ad46791780c9e59d001b63a74251ebc1f46cd36c (patch) | |
| tree | 6864aa249ad1af4f119c8b25268062408940a35a /src/lib/exceptions.h | |
| parent | 2b404e6ce0c5936704e7e15d537f0e6db2d1d6ca (diff) | |
More detailed error with an invalid signer chain.
Diffstat (limited to 'src/lib/exceptions.h')
| -rw-r--r-- | src/lib/exceptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index 98727e0cc..99a8c0dc4 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -225,6 +225,7 @@ class InvalidSignerError : public std::runtime_error { public: InvalidSignerError (); + InvalidSignerError (std::string reason); }; class ProgrammingError : public std::runtime_error |
