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.

Typegraph§

Type relations for X::IO::Chdir
raku-type-graph X::IO::Chdir X::IO::Chdir Exception Exception X::IO::Chdir->Exception X::IO::Chdir->Exception X::IO X::IO X::IO::Chdir->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