bad-version ( line -- * ) (original) (raw)
Definition
ERROR: bad-version line column num ;
Methods
USING: accessors debugger io prettyprint xml.errors ;
M: bad-version error.
"XML version must be \"1.0\" or \"1.1\". Version here was "
write num>> . ;