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.cc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/exceptions.cc') diff --git a/src/exceptions.cc b/src/exceptions.cc index 4420125c..3f354c57 100644 --- a/src/exceptions.cc +++ b/src/exceptions.cc @@ -37,12 +37,13 @@ */ -#include "exceptions.h" #include "compose.hpp" +#include "exceptions.h" +#include -using std::string; using std::runtime_error; +using std::string; using boost::optional; using namespace dcp; @@ -212,3 +213,8 @@ BadURNUUIDError::BadURNUUIDError(string bad_id) } +LoadVariableZError::LoadVariableZError(string variable_z) + : runtime_error(fmt::format("Badly-formed LoadVariableZ string {}", variable_z)) +{ + +} -- cgit v1.2.3