Class Nanoc3::Errors::UnmetDependency
In: lib/nanoc3/base/errors.rb
Parent: Generic

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

Methods

new  

Attributes

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

Public Class methods

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

[Validate]