class X::IO::Move
ErrorsCollection

class X::IO::Move

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.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