summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/runtime/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/d5/tengo/runtime/errors.go')
-rw-r--r--vendor/github.com/d5/tengo/runtime/errors.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/d5/tengo/runtime/errors.go b/vendor/github.com/d5/tengo/runtime/errors.go
deleted file mode 100644
index fc7ca0e9..00000000
--- a/vendor/github.com/d5/tengo/runtime/errors.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package runtime
-
-import (
- "errors"
-)
-
-// ErrStackOverflow is a stack overflow error.
-var ErrStackOverflow = errors.New("stack overflow")
-
-// ErrObjectAllocLimit is an objects allocation limit error.
-var ErrObjectAllocLimit = errors.New("object allocation limit exceeded")