diff options
author | Pixel <Pixel> | 2001-11-09 14:06:58 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-09 14:06:58 +0000 |
commit | 823761df28ad31cde8a071125b177f49494d804a (patch) | |
tree | 9e063f7eb4d5ad48039e957f0ec7d5c70fcefe0d /lib/Input.cc | |
parent | 69d9cab0c415837552a84f17366356e9571fdbda (diff) |
Exceptions...
Diffstat (limited to 'lib/Input.cc')
-rw-r--r-- | lib/Input.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Input.cc b/lib/Input.cc index f4e2602..9ce7ca0 100644 --- a/lib/Input.cc +++ b/lib/Input.cc @@ -10,7 +10,7 @@ #include "Exceptions.h" #include "config.h" -Input::Input(String no) throw (IOGeneral) : +Input::Input(String no) throw (GeneralException) : Handle(no.strlen() ? open(no.to_charp(), O_RDONLY) : 0), n(no) { if (GetHandle() < 0) { |