line-bot-sdk-dotnet icon indicating copy to clipboard operation
line-bot-sdk-dotnet copied to clipboard

Rename Guard class to Throw

Open dlemstra opened this issue 7 years ago • 2 comments

The current code uses a Guard class but this should be refactored to Throw. An example implementation can be found here: https://github.com/dlemstra/Magick.NET/blob/master/Source/Magick.NET/Shared/Helpers/Throw.cs.

dlemstra avatar Sep 03 '18 19:09 dlemstra

The provided example link is 404.

beebop-fr avatar Nov 05 '22 21:11 beebop-fr

This link should work: https://github.com/dlemstra/Magick.NET/blob/44802ce86f37d6986690fc56bb9221262144890b/src/Shared/Throw.cs.

dlemstra avatar Nov 05 '22 21:11 dlemstra