AuthException constructor
AuthException(
- String message
A Exception representing some error caused by invalid credentials on a Web-API.
Implementation
AuthException(this.message);
A Exception representing some error caused by invalid credentials on a Web-API.
AuthException(this.message);