()
| 312 | |
| 313 | export class AuthenticationCancelledError extends Error { |
| 314 | constructor() { |
| 315 | super('Authentication was cancelled') |
| 316 | this.name = 'AuthenticationCancelledError' |
| 317 | } |
| 318 | } |
| 319 | |
| 320 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected