summaryrefslogtreecommitdiff
path: root/src/lib/exceptions.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-05 00:12:59 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-05 00:12:59 +0100
commitad46791780c9e59d001b63a74251ebc1f46cd36c (patch)
tree6864aa249ad1af4f119c8b25268062408940a35a /src/lib/exceptions.h
parent2b404e6ce0c5936704e7e15d537f0e6db2d1d6ca (diff)
More detailed error with an invalid signer chain.
Diffstat (limited to 'src/lib/exceptions.h')
-rw-r--r--src/lib/exceptions.h1
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