Error that is raised when too many symlink indirections are encountered.
@api private
@param [String] filename The last filename that was attempted to be
resolved before giving up
# File lib/nanoc/extra/filesystem_tools.rb, line 20 def initialize(filename) @filename = filename super("Too many indirections while resolving symlinks. I gave up after finding out #{filename} was yet another symlink. Sorry!") end
Generated with the Darkfish Rdoc Generator 2.