Error while trying to move a file
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
Returns the source of the failed move operation
Returns the destination of the failed move operation