| 6 | import type { ApiResult } from './ApiResult'; |
| 7 | |
| 8 | export class ApiError extends Error { |
| 9 | public readonly url: string; |
| 10 | public readonly status: number; |
| 11 | public readonly statusText: string; |
nothing calls this directly
no outgoing calls
no test coverage detected