From aa322806bbf375505c9a67603768af83cc443e2d Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 6 Apr 2025 12:50:24 +1200 Subject: Now handles negative return codes with an exception --- src/here_i_am.ads | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/here_i_am.ads') diff --git a/src/here_i_am.ads b/src/here_i_am.ads index 7276a9a..367ac57 100644 --- a/src/here_i_am.ads +++ b/src/here_i_am.ads @@ -7,6 +7,9 @@ package Here_I_Am is + Where_Is_Error : exception; + + -- Provides the full name and path of the running executable function Executable return String; -- cgit