Exception: Nanoc::Errors::DataNotYetAvailable Deprecated
- Inherits:
-
Generic
- Object
- StandardError
- Generic
- Nanoc::Errors::DataNotYetAvailable
- Defined in:
- lib/nanoc/base/errors.rb
Overview
Deprecated.
No longer necessary, but kept for backwards compatibility.
Instance Method Summary (collapse)
-
- (DataNotYetAvailable) initialize(type, plural)
constructor
A new instance of DataNotYetAvailable.
Constructor Details
- (DataNotYetAvailable) initialize(type, plural)
Returns a new instance of DataNotYetAvailable
218 219 220 |
# File 'lib/nanoc/base/errors.rb', line 218 def initialize(type, plural) super("#{type} #{plural ? 'are' : 'is'} not available yet. You may be missing a Nanoc::Site#load_data call.") end |