From 4d47ee55b222346f27770b5bb5c4b5bc15dfe46e Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Sun, 2 Jun 2024 19:51:43 +0200 Subject: [PATCH] docs(exceptions.dart): fix error in DartWotException documentation --- lib/src/core/exceptions.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/core/exceptions.dart b/lib/src/core/exceptions.dart index 60d5fb2b..e3d79785 100644 --- a/lib/src/core/exceptions.dart +++ b/lib/src/core/exceptions.dart @@ -14,7 +14,7 @@ base class DartWotException implements Exception { /// Constructor. const DartWotException(this.message); - /// The error message of this [ValidationException]. + /// The error message of this [DartWotException]. final String message; /// The name of this [Exception] that will appear in the error message log.