aboutsummaryrefslogtreecommitdiff
path: root/src/errors
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors')
-rw-r--r--src/errors/faker-error.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/errors/faker-error.ts b/src/errors/faker-error.ts
new file mode 100644
index 00000000..e38bdf47
--- /dev/null
+++ b/src/errors/faker-error.ts
@@ -0,0 +1,4 @@
+/**
+ * An error instance that will be thrown by faker.
+ */
+export class FakerError extends Error {}