class X::IO::Chdir does X::IO is Exception { }
Error class when a chdir call failed.
For example
chdir '/home/other'
throws
Failed to change the working directory to '/home/other': permission denied
Methods
method path
Returns the path that was passed to the failed chdir
call.
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.