aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/0xjs/0.0.1/errors.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/md/docs/0xjs/0.0.1/errors.md')
-rw-r--r--packages/website/md/docs/0xjs/0.0.1/errors.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/website/md/docs/0xjs/0.0.1/errors.md b/packages/website/md/docs/0xjs/0.0.1/errors.md
deleted file mode 100644
index e97973ccf..000000000
--- a/packages/website/md/docs/0xjs/0.0.1/errors.md
+++ /dev/null
@@ -1 +0,0 @@
-All error messages thrown by the 0x.js library are part of a documented string enum. Each error message is in all-caps, snake-case format. This makes the error messages easily identifiable, unique and grep-able. The error enums listing all possible errors the library could throw can be found in the `Types` section.