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.