(detail: string|null = null, proxyAuthenticate?: AuthenticateChallenge)
| 161 | proxyAuthenticate?: AuthenticateChallenge; |
| 162 | |
| 163 | constructor(detail: string|null = null, proxyAuthenticate?: AuthenticateChallenge) { |
| 164 | |
| 165 | super(detail); |
| 166 | this.proxyAuthenticate = proxyAuthenticate; |
| 167 | |
| 168 | } |
| 169 | |
| 170 | } |
| 171 |
nothing calls this directly
no outgoing calls
no test coverage detected