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

Error class for failed unlink operation.

A typical error message is

Failed to remove the file 'secret': Permission defined

Methods§

method path§

Returns the path that unlink failed to delete.

Typegraph§

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