Class | Nanoc::Errors::RecursiveCompilation |
In: |
lib/nanoc/base/errors.rb
|
Parent: | Generic |
Error that is raised during site compilation when an item (directly or indirectly) includes its own item content, leading to endless recursion.
@param [Array<Nanoc::ItemRep>] reps A list of item representations
that mutually depend on each other