Exception: Nanoc3::Errors::UnmetDependency
- StandardError
- Nanoc3::Errors::Generic
- 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 |