import "github.com/elves/elvish/pkg/eval/errs"
Package errs declares error types used as exception causes.
ArityMismatch encodes an error where the expected number of values is out of the valid range.
func (e ArityMismatch) Error() string
BadValue encodes an error where the value does not meet a requirement. For out-of-range erros, use OutOfRange.
OutOfRange encodes an error where a value is out of its valid range.
func (e OutOfRange) Error() string
Package errs imports 2 packages (graph) and is imported by 4 packages. Updated 2020-09-03. Refresh now. Tools for package owners.