Exception: Nanoc3::Errors::UnmetDependency

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

Attributes

Instance Attributes

rep [R] public

Returns the value of attribute rep.

Constructor Summary

public initialize(rep)
[View source]


87
88
89
90
# File 'lib/nanoc3/base/errors.rb', line 87

def initialize(rep)
  @rep = rep
  super("The '#{rep.item.identifier}' item (rep '#{rep.name}') cannot currently be compiled yet due to an unmet dependency.")
end
Generated on Sunday, August 09 2009 at 01:43:08 PM by YARD 0.2.3.2 (ruby-1.8.7).