Class Nanoc::Errors::UnmetDependency
In: lib/nanoc/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 [Nanoc::ItemRep] The item representation that cannot yet be
  compiled

Public Class methods

@param [Nanoc::ItemRep] rep The item representation that cannot yet be

  compiled

[Validate]