Skip to content

Commit

Permalink
Updated the AsyncAPiUnsupportedSpec version exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Mar 28, 2024
1 parent 26ae65d commit dd86a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LEGO.AsyncAPI.Readers/ParsingContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ internal AsyncApiDocument Parse(JsonNode jsonNode)
break;

default:
throw new AsyncApiUnsupportedSpecVersionException(inputVersion, this.Settings);
throw new AsyncApiUnsupportedSpecVersionException(inputVersion);
}

return doc;
Expand Down

0 comments on commit dd86a57

Please sign in to comment.