class X::IO::Move does X::IO is Exception { }

Error class for a failed file move operation. A typical error message is

Failed to move '/tmp/alpha.p6' to 'test.p6': :createonly specified and destination exists

Methods§

method from§

Returns the source of the failed move operation

method to§

Returns the destination of the failed move operation

Typegraph§

Type relations for X::IO::Move
raku-type-graph X::IO::Move X::IO::Move Exception Exception X::IO::Move->Exception X::IO::Move->Exception X::IO X::IO X::IO::Move->X::IO Mu Mu Any Any Any->Mu Exception->Any X::OS X::OS X::OS->Exception X::IO->Exception X::IO->X::OS

Expand chart above