class Nanoc::Core::ItemRepRouter::RouteWithoutSlashError

Public Class Methods

new(output_path, rep) click to toggle source
Calls superclass method
# File lib/nanoc/core/item_rep_router.rb, line 18
def initialize(output_path, rep)
  super("The item representation #{rep} is routed to #{output_path}, which does not start with a slash, as required.")
end