Skip to content

Commit

Permalink
Add document back
Browse files Browse the repository at this point in the history
  • Loading branch information
rk0cc committed Jan 10, 2024
1 parent 3dcfece commit 5e0266c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/lib/src/exception/content_type_mismatched.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ final class ContentTypeMismatchedException implements ClientException {
ContentTypeMismatchedException(
this.uri, this.receivedContentType, this.idealContentType);

/// Message displayed to inform invalid content type should not be
/// accepted.
@override
String get message =>
"The given content type is not accepted for application.";
Expand Down

0 comments on commit 5e0266c

Please sign in to comment.