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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
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
Describe the problem this feature would solve
Currently, the
GuardAPI is suitable for parameter validation but nothing more, and consumers still likely need aThrowHelpertype for other sorts of exceptionsDescribe the solution
Expose a public
ThrowHelpertype (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