Exception thrown if a Proc object is sunk after the process it ran exited unsuccessfully
class X::Proc::Unsuccessful is Exception {}
method proc(X::Proc::Unsuccessful:D --> Proc)
Returns the object that threw the exception.