From a13ff17c0d4c97c8cc43a4e27993389410c68498 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 29 Mar 2023 16:04:51 +0200 Subject: [PATCH] Package (tristanable) - Fixed up the `exceptions` module import --- source/tristanable/package.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tristanable/package.d b/source/tristanable/package.d index 29852c1..3cce255 100644 --- a/source/tristanable/package.d +++ b/source/tristanable/package.d @@ -24,7 +24,7 @@ public import tristanable.queueitem : QueueItem; /** * Error handling type definitions */ -public import tristanable.exceptions : TristanableException, Error; +public import tristanable.exceptions : TristanableException, ErrorType; /** * Encoding/decoding of the tristanable format