| 16 | import { OAuth2Client } from 'google-auth-library'; |
| 17 | |
| 18 | export class ProjectIdRequiredError extends Error { |
| 19 | constructor() { |
| 20 | super( |
| 21 | 'This account requires setting the GOOGLE_CLOUD_PROJECT env var. See https://goo.gle/anus-cli-auth-docs#workspace-gca', |
nothing calls this directly
no outgoing calls
no test coverage detected