Skip to content

Commit

Permalink
docs: Add exception tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jun 17, 2024
1 parent 3081c21 commit dca3aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Parser/IEnvParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,6 @@ public interface IEnvParser
/// </summary>
/// <param name="provider">The custom environment variables provider.</param>
/// <returns>An instance implementing the fluent interface.</returns>
/// <exception cref="ArgumentNullException"><c>provider</c> is <c>null</c>.</exception>
IEnvParser SetEnvironmentVariablesProvider(IEnvironmentVariablesProvider provider);
}

0 comments on commit dca3aec

Please sign in to comment.