view IOException.hpp @ 15:199fc63c60c1

Increase buffersize for filehash computing.
author Tom Fredrik Blenning Klaussen <bfg@sim.no>
date Sat, 25 Aug 2012 01:42:13 +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