You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Guard API is suitable for parameter validation but nothing more, and consumers still likely need a ThrowHelper type for other sorts of exceptions
Describe the solution
Expose a public ThrowHelper type (the current one internal) that provides throwing methods for a wider variety of types. The basic layout of each method would be
Hello, 'john-h-k! Thanks for submitting a new feature request. I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future!
Describe the problem this feature would solve
Currently, the
Guard
API is suitable for parameter validation but nothing more, and consumers still likely need aThrowHelper
type for other sorts of exceptionsDescribe the solution
Expose a public
ThrowHelper
type (the current one internal) that provides throwing methods for a wider variety of types. The basic layout of each method would beWith different params for exceptions with special ctors
The text was updated successfully, but these errors were encountered: