# encoding: utf-8 module ClassyAssets module Errors class NilAssetRoot < StandardError def message "ClassyAssets.config.asset_root is nil, and must be configured." end end end end