From 0322c4604bf79c11a99dcd929a6f74685a0a4e31 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 29 Jan 2025 21:47:38 +0100 Subject: Add LoadVariableZ. --- src/exceptions.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/exceptions.h') diff --git a/src/exceptions.h b/src/exceptions.h index 145df25f..ee4ef142 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -358,6 +358,13 @@ public: }; +class LoadVariableZError : public std::runtime_error +{ +public: + LoadVariableZError(std::string variable_z); +}; + + } -- cgit v1.2.3