CRAP | Complexity | Coverage | Location |
---|---|---|---|
2.00 | 1 | 0/3 (0.00%) | crap/file-system.service.ts (L96 - L100) |
public constructor({ path, type }: { path: string | URL; type: LoadedFile }) {
super(`Failed to load ${type} from "${path}".`);
this.path = path;
this.type = type;
}