class Nanoc::Core::ItemRepRouter::IdenticalRoutesError

Public Class Methods

new(output_path, rep_a, rep_b) click to toggle source
Calls superclass method
# File lib/nanoc/core/item_rep_router.rb, line 12
def initialize(output_path, rep_a, rep_b)
  super("The item representations #{rep_a} and #{rep_b} are both routed to #{output_path}.")
end