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

errors.go

Version
v0.49.2
Published
Oct 11, 2018
Platform
windows/amd64
Imports
1 packages
Last checked
13 minutes ago

Tools for package owners.