Skip to content

Commit

Permalink
docs(exceptions.dart): fix error in DartWotException documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jun 2, 2024
1 parent 237a259 commit 4d47ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/exceptions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4d47ee5

Please sign in to comment.