class X::IO::Move
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.raku' to 'test.raku': :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