kubernetes/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/error.go

type parseError

// malformedLine is used by all cgroupfs file parsers that expect a line
// in a particular format but get some garbage instead.
func malformedLine(path, file, line string) error {}