diff options
| author | Leyla Jähnig <[email protected]> | 2022-03-31 22:42:37 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-31 22:42:37 +0200 |
| commit | c3be3b1945248ed422342b046ad765d252bbac05 (patch) | |
| tree | 0c4c6550092d675386937ff1ee8fd7f490c34711 /src/errors | |
| parent | 48dcec18136e437dc537f0a58f30379a8ce531e8 (diff) | |
| download | faker-c3be3b1945248ed422342b046ad765d252bbac05.tar.xz faker-c3be3b1945248ed422342b046ad765d252bbac05.zip | |
feat: FakerError (#718)
Diffstat (limited to 'src/errors')
| -rw-r--r-- | src/errors/faker-error.ts | 4 |
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 {} |
