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'
Returns the path that was passed to the failed call.
Returns a string describing the failed operation.