diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-29 21:47:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-24 00:29:31 +0100 |
| commit | 0322c4604bf79c11a99dcd929a6f74685a0a4e31 (patch) | |
| tree | c0adfa69e3f931a47c9096646f73ddb796fa42e3 /src/exceptions.h | |
| parent | 178b13ae534bdb75bd6cacf90dc5ca9f72b6a26b (diff) | |
Add LoadVariableZ.
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 7 |
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); +}; + + } |
