From 001c9917ace09f7b1c80d96eb067e1d37e86c546 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Fri, 27 Jun 2025 12:08:58 +0100 Subject: improve error handling --- nihil.ucl/error.ccm | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 nihil.ucl/error.ccm (limited to 'nihil.ucl/error.ccm') diff --git a/nihil.ucl/error.ccm b/nihil.ucl/error.ccm deleted file mode 100644 index cdb5c2b..0000000 --- a/nihil.ucl/error.ccm +++ /dev/null @@ -1,22 +0,0 @@ -/* - * This source code is released into the public domain. - */ - -module; - -#include - -export module nihil.ucl:error; - -import nihil; - -namespace nihil::ucl { - -/* - * Exception thrown when an issue occurs with UCL. - */ -export struct error : generic_error { - error(std::string what); -}; - -} // namespace nihil::ucl -- cgit v1.2.3