class Nanoc::Int::ItemRepRouter::IdenticalRoutesError
Public Class Methods
new(output_path, rep_a, rep_b)
click to toggle source
Calls superclass method
# File lib/nanoc/base/services/item_rep_router.rb, line 7 def initialize(output_path, rep_a, rep_b) super("The item representations #{rep_a.inspect} and #{rep_b.inspect} are both routed to #{output_path}.") end