(name: string)
| 369 | throw new ValidationError(`Album not found: ${name}`); |
| 370 | } |
| 371 | } |
| 372 | |
| 373 | export class PublicLinkPath { |
| 374 | constructor( |
| 375 | private publicLinkSdk: ProtonDrivePublicLinkClient, |
| 376 | public fullPath: string, |
| 377 | ) { |
nothing calls this directly
no test coverage detected