-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
PR welcomeUser contribution/PR is welcomeUser contribution/PR is welcomeenhancementNew feature or requestNew feature or request
Description
Versions
0.19.0
Problem
In Toml.ToModel<T>(string, string?, TomlModelOptions?)
, there is no documentation for the exception TomlException
thrown. This leads to manually having to document the methods that uses this one.
Solution
Add the exception to the documentation like in Toml.ToModel<T>(this DocumentSyntax, TomlModelOptions?)
.
Metadata
Metadata
Assignees
Labels
PR welcomeUser contribution/PR is welcomeUser contribution/PR is welcomeenhancementNew feature or requestNew feature or request