EditButtonTip 2024-05-27

class X::IO::DoesNotExist

Error while doing file tests on a non existing path

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.raku' 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.