aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.ucl/error.ccm
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.ucl/error.ccm')
-rw-r--r--nihil.ucl/error.ccm22
1 files changed, 0 insertions, 22 deletions
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 <string>
-
-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