class Webgen::RenderError
This error is raised when an error condition occurs during rendering of a node.
Attributes
error_path[RW]
The path of the file where the error happened. This can be different from path
(e.g. a page file is rendered but the error happens in a used template).
line[RW]
The line number in the error_path
where the errror happened.
Public Class Methods
new(msg_or_error, location = nil, path = nil, error_path = nil, line = nil)
Create a new RenderError
.
Calls superclass method
Webgen::Error::new