Mike Wolford

Results 1 comments of Mike Wolford

> Move `ApiException` and `ApiException` to their own namespace > > ``` > namespace Company.Api.Exceptions > { > public partial class ApiException : System.Exception > { > ... > }...