mirror of
https://github.com/uselessd/alcove.git
synced 2026-04-15 01:04:41 +00:00
A badpid exception should be an error:
OSPid = try alcove:getpid(Drv, [1,2,3])
catch
error:badpid -> handle_error(...)
end.