diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-06 12:50:24 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-06 12:50:24 +1200 |
commit | aa322806bbf375505c9a67603768af83cc443e2d (patch) | |
tree | 768c462740bb956aeb72c347395b097306bfb2d2 /src/here_i_am.ads | |
parent | 10286c0b22f3111e74bf699f224a4e8061626d4c (diff) |
Diffstat (limited to 'src/here_i_am.ads')
-rw-r--r-- | src/here_i_am.ads | 3 |
1 files changed, 3 insertions, 0 deletions
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; |