Handbook
Glossary
unsupported-image-header ( -- * )
Vocabulary
tools
.
image
Word description
Throws an
unsupported-image-header
error.
Error description
Thrown when an image header is not recognized
Definition
IN:
tools.image
ERROR:
unsupported-image-header
;
Methods
USING:
debugger
io
kernel
tools.image
;
M:
unsupported-image-header
error.
drop
"Could not detect a valid image header"
print
;