From 823761df28ad31cde8a071125b177f49494d804a Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 9 Nov 2001 14:06:58 +0000 Subject: Exceptions... --- lib/Input.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Input.cc') 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) { -- cgit v1.2.3