template-error ( template error -- * ) - Factor Documentation

template-error ( template error -- * )


Vocabulary
html .templates

Definition
IN: html.templates

ERROR: template-error template error ;


Methods
USING: accessors debugger html.templates io kernel prettyprint ;

M: template-error error.
"Error while processing template " write
[ template>> short. ":" print nl ] [ error>> error. ] bi ;

AltStyle によって変換されたページ (->オリジナル) /