Error that is raised when the compiled content of a binary item is attempted to be accessed.
@param [Nanoc::ItemRep] rep The binary item representation whose compiled content was attempted to be accessed
# File lib/nanoc/base/errors.rb, line 208 def initialize(rep) super("You cannot access the compiled content of a binary item representation (but you can access the path). The offending item rep is #{rep.inspect}.") end
Generated with the Darkfish Rdoc Generator 2.