From 9b81a2585142260f89d47cbe1e592cec9e1f778f Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Wed, 3 May 2023 19:07:24 +0200 Subject: Not implemented --- forstio/core/error.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'forstio/core') diff --git a/forstio/core/error.h b/forstio/core/error.h index 9708a07..3d242b9 100644 --- a/forstio/core/error.h +++ b/forstio/core/error.h @@ -149,6 +149,11 @@ struct not_supported { static constexpr std::string_view description = "Not supported"; static constexpr bool is_critical = false; }; + +struct not_implemented { + static constexpr std::string_view description = "Not implemented"; + static constexpr bool is_critical = true; +}; } /** -- cgit v1.2.3