pkg/error/error.go (5 lines of code) (raw):

package error type CISNotFoundError string func (j CISNotFoundError) Error() string { return string(j) }