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.
See Also
class Exception
Anomalous event capable of interrupting normal control-flow
class X::Bind
Error due to binding to something that is not a variable or container
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society.
All rights reserved.