@deprecated No longer necessary, but kept for backwards compatibility.
Public Class Methods
new(type, plural)click to toggle source
# File lib/nanoc/base/errors.rb, line 217definitialize(type, plural)
super("#{type} #{plural ? 'are' : 'is'} not available yet. You may be missing a Nanoc::Site#load_data call.")
end