role X::OS { has$.os-error }

Common role for all exceptions that are triggered by some error reported by the operating system (failed IO, system calls, fork, memory allocation).

Methods§

method os-error§

methodos-error(--> Str:D)

Returns the error as reported by the operating system.

close