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

文件移动操作失败的错误类。典型的错误消息为

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

方法§

方法 from§

返回失败的 move 操作的源

方法 to§

返回失败的 move 操作的目标