Mercurial > dedupe
view IOException.hpp @ 18:fcb7a71a22c1
Make it possible to turn off asserting for the RBTree template header.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Wed, 29 Aug 2012 20:04:05 +0200 |
| parents | b5943e4bf676 |
| children |
line wrap: on
line source
#ifndef IOEXCEPTION_HPP #define IOEXCEPTION_HPP #include "Exception.hpp" class IOException : public Exception { public: IOException(const string_t& errMsg); }; #endif //IOEXCEPTION_HPP
