| 43 | } |
| 44 | |
| 45 | export class RequestUnauthorizedError extends RequestError { |
| 46 | constructor(message: string) { |
| 47 | super(message); |
| 48 | if (typeof (<any>Object).setPrototypeOf === "function") { |
nothing calls this directly
no outgoing calls
no test coverage detected