view Exception/InvalidDataException.hpp @ 44:7348d4efa4f6

More testing for BitDecoder.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Mon, 10 Sep 2012 19:18:30 +0200
parents b2c2c2bf2bbd
children c9447697609f
line wrap: on
line source

#ifndef INVALIDDATAEXCEPTION_HPP
#define INVALIDDATAEXCEPTION_HPP

#include "Exception.hpp"

class InvalidDataException : public Exception
{
};

#endif //INVALIDDATAEXCEPTION_HPP