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 /include/Input.h | |
parent | 69d9cab0c415837552a84f17366356e9571fdbda (diff) |
Exceptions...
Diffstat (limited to 'include/Input.h')
-rw-r--r-- | include/Input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Input.h b/include/Input.h index 81a48d8..1beb1b5 100644 --- a/include/Input.h +++ b/include/Input.h @@ -11,7 +11,7 @@ class Input : public Handle { public: - Input(String = "") throw (IOGeneral); + Input(String = "") throw (GeneralException); virtual ~Input() {} virtual bool CanWrite(); virtual bool CanRead(); |