Skip to content

Commit 83718f5

Browse files
Updated exception message to fit this library.
1 parent efead87 commit 83718f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/KristofferStrube.Blazor.FileSystemAccess/UnionTypes/UnionTypeJsonConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ internal class UnionTypeJsonConverter<T> : JsonConverter<T> where T : UnionType
88
{
99
public override T? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
1010
{
11-
throw new InvalidOperationException("Can't deserialize UnionTypes from the Blazor.MediaCaptureStreams library.");
11+
throw new InvalidOperationException("Can't deserialize UnionTypes from the Blazor.FileSystemAccess library.");
1212
}
1313

1414
public override void Write(Utf8JsonWriter writer, T value, JsonSerializerOptions options)

0 commit comments

Comments
 (0)