diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-12 00:46:28 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-12 22:11:06 +0200 |
| commit | 61a31803c519f74344c37c97a9df5fa11ef1dc6a (patch) | |
| tree | e1aeadfd1620a674550988b1387530b0490cccec | |
| parent | 83d63bb331190db4372de4d0aaf8413c51f1eee4 (diff) | |
Cleanup: whitespace fix.
| -rw-r--r-- | src/lib/exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index ed002d0a9..ace7a1c00 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -351,8 +351,8 @@ public: explicit InvalidSignerError (std::string reason); }; -class ProgrammingError : public std::runtime_error +class ProgrammingError : public std::runtime_error { public: ProgrammingError (std::string file, int line, std::string message = ""); |
