diff options
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; |