elvish/pkg/eval/errs
Kurtis Rader 9a576529a3 Replace ErrArgs with more specific errors
This also replaces the slightly awkward "arguments here" reason with
"argument count" as the "what" for a typical errs.ArityMismatch
exception. It also reformats most of the constructors so that the "what"
is on the same line. This makes `grep errs.ArityMismatch **.go` more
useful as a result.
2021-06-13 22:42:04 +01:00
..
errs_test.go Replace ErrArgs with more specific errors 2021-06-13 22:42:04 +01:00
errs.go Minor fixups for #1273. 2021-05-02 00:13:22 +01:00