Extract response exceptions
[smsapi-csharp.git] / smsapi / Api / Response / REST / Exception / UnauthorizedException.cs
blob0a454672767091f8475c166cd8d96e52064147f9
1 using SMSApi.Api;
3 namespace smsapi.Api.Response.REST.Exception;
5 public class UnauthorizedException : ClientException
7 public UnauthorizedException() : base("Invalid credentials", 401)