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

Error class for failed file or directory rename operations. A typical error message is

Failed to rename 'source' to 'destination': is a directory

Methods§

method from§

Returns the source of the failed rename operation

method to§

Returns the destination of the failed rename operation

Typegraph§

Type relations for X::IO::Rename
raku-type-graph X::IO::Rename X::IO::Rename Exception Exception X::IO::Rename->Exception X::IO::Rename->Exception X::IO::Rename->Exception X::IO X::IO X::IO::Rename->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