file-system-not-found ( -- * )


Vocabulary
io.files.info.unix.linux

Definition
IN: io.files.info.unix.linux

TUPLE: file-system-not-found ;


USING: kernel ;

IN: io.files.info.unix.linux

: file-system-not-found ( -- * )
\ file-system-not-found boa throw ;