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.

Typegraph§

Type relations for X::IO::DoesNotExist
raku-type-graph X::IO::DoesNotExist X::IO::DoesNotExist Exception Exception X::IO::DoesNotExist->Exception X::IO::DoesNotExist->Exception X::IO X::IO X::IO::DoesNotExist->X::IO Mu Mu Any Any Any->Mu Exception->Any X::OS X::OS X::OS->Exception X::IO->Exception X::IO->X::OS

Expand chart above