line-bot-sdk-dotnet
line-bot-sdk-dotnet copied to clipboard
Rename Guard class to Throw
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.
The provided example link is 404.
This link should work: https://github.com/dlemstra/Magick.NET/blob/44802ce86f37d6986690fc56bb9221262144890b/src/Shared/Throw.cs.