type github.com/golang-migrate/migrate/v4.ErrShortLimit

4 uses

	github.com/golang-migrate/migrate/v4 (current package)
		migrate.go#L41: type ErrShortLimit struct {
		migrate.go#L46: func (e ErrShortLimit) Error() string {
		migrate.go#L603: 				ret <- ErrShortLimit{suint(limit - count)}
		migrate.go#L693: 				ret <- ErrShortLimit{suint(limit - count)}