aboutsummaryrefslogtreecommitdiff
path: root/object/typ/errors.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-16 08:20:35 +0000
committerGravatar Runxi Yu2026-05-16 08:20:35 +0000
commit890dff2213ae15e1a952471d3218577e93265bb6 (patch)
tree6efe02b60189945bbd890388c03bf44a8fef33d2 /object/typ/errors.go
parentobject/id: done from REFACTOR (diff)
signatureNo signature
object/typ: Simplify
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