summaryrefslogtreecommitdiff
path: root/src/exceptions.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-29 21:47:38 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-24 00:29:31 +0100
commit0322c4604bf79c11a99dcd929a6f74685a0a4e31 (patch)
treec0adfa69e3f931a47c9096646f73ddb796fa42e3 /src/exceptions.h
parent178b13ae534bdb75bd6cacf90dc5ca9f72b6a26b (diff)
Add LoadVariableZ.
Diffstat (limited to 'src/exceptions.h')
-rw-r--r--src/exceptions.h7
1 files changed, 7 insertions, 0 deletions
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);
+};
+
+
}