package errors
import "github.com/gohugoio/hugo/common/errors"
Package errors contains common Hugo errors and error related utilities.
Index ¶
Variables ¶
var ErrFeatureNotAvailable = errors.New("this feature is not available in your current Hugo version")
ErrFeatureNotAvailable denotes that a feature is unavailable.
We will, at least to begin with, make some Hugo features (SCSS with libsass) optional, and this error is used to signal those situations.
Source Files ¶
- Version
- v0.49.1
- Published
- Oct 10, 2018
- Platform
- darwin/amd64
- Imports
- 1 packages
- Last checked
- 10 minutes ago –
Tools for package owners.