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