diff options
Diffstat (limited to 'klm/util/exception.cc')
-rw-r--r-- | klm/util/exception.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/klm/util/exception.cc b/klm/util/exception.cc index c4f8c04c..557c3986 100644 --- a/klm/util/exception.cc +++ b/klm/util/exception.cc @@ -79,9 +79,7 @@ ErrnoException::ErrnoException() throw() : errno_(errno) { ErrnoException::~ErrnoException() throw() {} -EndOfFileException::EndOfFileException() throw() { - *this << "End of file"; -} -EndOfFileException::~EndOfFileException() throw() {} +OverflowException::OverflowException() throw() {} +OverflowException::~OverflowException() throw() {} } // namespace util |