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

Error class for failed file copy operations. A typical error message is

Failed to copy 'source' to 'destination': permission denied

Methods§

method from§

Returns the source of the failed copy operation

method to§

Returns the destination of the failed copy operation

Typegraph§

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