src.elv.sh/pkg/eval/evaltest.Result.Exception (field)

8 uses

	src.elv.sh/pkg/eval/evaltest (current package)
		evaltest.go#L43: 	Exception        error
		evaltest.go#L102: 	t.want.Exception = exc{reason, stacks}
		evaltest.go#L146: 			if !matchErr(tt.want.Exception, r.Exception) {
		evaltest.go#L148: 				t.Logf("got: %v", r.Exception)
		evaltest.go#L149: 				if exc, ok := r.Exception.(eval.Exception); ok {
		evaltest.go#L152: 				t.Errorf("want: %v", tt.want.Exception)
		evaltest.go#L178: 			r.Exception = err