UNPKG

@bleed-believer/path-alias

Version:
6 lines (5 loc) 175 B
export class StatsError extends Error { constructor(path){ super(typeof path === 'string' ? `Failed to get stats from '${path}'` : 'Failed to get stats'); } }