$io-error ( children -- ) (original) (raw)
$io-error ( children -- )
Factor handbook » Developer tools » Help system » Writing documentation » Element types » Block elements
Prev: | $low-level-note ( children -- ) |
---|---|
Next: | $code ( element -- ) |
Inputs
children | a markup element |
---|
Outputs
None
Word description
Indicates an error class for input/output.
Definition
: $io-error ( children -- )
drop "Throws an error if the I/O operation fails." $errors ;