| 2 | import type { ApiResult } from './ApiResult' |
| 3 | |
| 4 | export class ApiError extends Error { |
| 5 | public readonly url: string |
| 6 | public readonly status: number |
| 7 | public readonly statusText: string |
nothing calls this directly
no outgoing calls
no test coverage detected