Methods

Class/Module Index [+]

Quicksearch

Nanoc::Errors::NoMatchingCompilationRuleFound

Error that is raised when no compilation rule that can be applied to the current item can be found.

Public Class Methods

new(item) click to toggle source

@param [Nanoc::Item] item The item for which no compilation rule

could be found
# File lib/nanoc/base/errors.rb, line 94
def initialize(item)
  super("No compilation rules were found for the “#{item.identifier}” item.")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.