Skip to content

Commit 74569a9

Browse files
Vladimir PetruseviciVladimir Petrusevici
authored andcommitted
fix error message
Signed-off-by: Vladimir Petrusevici <[email protected]>
1 parent 4428ec0 commit 74569a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenFeature.Contrib.Providers.Flagsmith/FlagsmithProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private async Task<ResolutionDetails<T>> ResolveValue<T>(string flagKey, T defau
7676
{
7777
return new ResolutionDetails<T>(flagKey, parsedValue);
7878
}
79-
throw new TypeMismatchException("Failed to parse value in boolean type");
79+
throw new TypeMismatchException("Failed to parse value in the expected type");
8080

8181
}
8282

0 commit comments

Comments
 (0)