Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CommandLineConfiguration.ThrowIfInvalid #1582

Merged
merged 2 commits into from
Jan 17, 2022

Conversation

jonsequitur
Copy link
Contributor

This addresses #1581.

@jonsequitur jonsequitur force-pushed the configuration-validation branch from 711342a to 443932d Compare January 14, 2022 02:41
public class CommandLineConfigurationException : Exception
{
/// <inheritdoc />
public CommandLineConfigurationException(string message) : base(message)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Easy enough. Any suggestions on an existing exception type that might be appropriate rather than defining a custom one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants