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

Error class for failed symlink creation.

A typical error message is

Failed to create symlink called 'euler' on target '/home/myhome/euler-1.p6': Failed to symlink file: file already exist

Methods§

method name§

Returns the path that symlink failed to create.

method target§

Returns the path that symlink failed to create a link to.