aboutsummaryrefslogtreecommitdiff
path: root/src/errors/faker-error.ts
blob: e38bdf470fbb5108d6ba48119d1af300f3500d86 (plain)
1
2
3
4
/**
 * An error instance that will be thrown by faker.
 */
export class FakerError extends Error {}