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.