Handling Errors

version: 3.1 Create an exception This is just a basic exception class public class HttpResponseException:Exception { public HttpResponseException(string value) { ...