class X::IO::Unlink
ErrorsCollection

class X::IO::Unlink

Error while trying to remove a file

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.