Handbook
Glossary
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
;