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

Thrown when doing file test operations on a non existing path.

A typical error message is

Failed to find 'euler-5.p6' while trying to do '.f'

Methods§

method path§

Returns the path that was passed to the failed call.

method trying§

Returns a string describing the failed operation.