Methods

Class/Module Index [+]

Quicksearch

Nanoc3::Errors::UnmetDependency

Error that is raised when an rep cannot be compiled because it depends on other representations.

Attributes

rep[R]

@return [Nanoc3::ItemRep] The item representation that cannot yet be compiled

Public Class Methods

new(rep) click to toggle source

@param [Nanoc3::ItemRep] The item representation that cannot yet be compiled

# File lib/nanoc3/base/errors.rb, line 133
def initialize(rep)
  @rep = rep
  super("The current item cannot be compiled yet because of an unmet dependency on the “#{rep.item.identifier}” item (rep “#{rep.name}”).".make_compatible_with_env)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.