type github.com/go-pg/pg/v10/internal.Error

5 uses

	github.com/go-pg/pg/v10/internal (current package)
		error.go#L12: type Error struct {
		error.go#L16: func Errorf(s string, args ...interface{}) Error {
		error.go#L17: 	return Error{s: fmt.Sprintf(s, args...)}
		error.go#L20: func (err Error) Error() string {

	github.com/go-pg/pg/v10
		error.go#L42: 	if _, ok := err.(internal.Error); ok {