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§

method os-error(--> Str:D)

Returns the error as reported by the operating system.