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 has been archived by the owner on Oct 2, 2018. It is now read-only.
If something can't be null, throw an ArgumentNullException.
Also, go through each service and see which actually return an HTTP code on failure (essentially resulting in a thrown HttpRequestException) and which do not. Maybe the custom exceptions can be removed in favor of something built in?
The text was updated successfully, but these errors were encountered:
If something can't be null, throw an
ArgumentNullException
.Also, go through each service and see which actually return an HTTP code on failure (essentially resulting in a thrown
HttpRequestException
) and which do not. Maybe the custom exceptions can be removed in favor of something built in?The text was updated successfully, but these errors were encountered: