aboutsummaryrefslogtreecommitdiff
path: root/object/typ/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/typ/errors.go')
-rw-r--r--object/typ/errors.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/object/typ/errors.go b/object/typ/errors.go
new file mode 100644
index 00000000..8a442db0
--- /dev/null
+++ b/object/typ/errors.go
@@ -0,0 +1,5 @@
+package typ
+
+import "errors"
+
+var ErrInvalidType = errors.New("object/typ: Invalid type") \ No newline at end of file