Sondor errors provides an easy way to manage errors, how they're handled and simplifying the process of raising, creating and customized clear and easy to understand errors. Providing base custom exceptions, that apply to many common scenarios while encouraging the use of customized more contextually clear exceptions.
Install via NuGet
Install-Package Sondor.Errors
Install via .NET Core command line
dotnet add package Sondor.Errors
Follow the package instructions here.