role X::OS
src
role X::OS { has $.os-error }
Common role for all errors that are triggered by some error
reported by the operating system (failed IO, system calls,
fork, memory allocation).
Methods
os-error
method os-error() returns Str:D
Returns the error as reported by the operating system.