view Exception/ValueExistsException.hpp @ 47:b23f04d4a276

Test a custom BitArray.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Mon, 10 Sep 2012 23:59:05 +0200
parents b2c2c2bf2bbd
children c9447697609f
line wrap: on
line source

#ifndef VALUEEXISTSEXCEPTION_HPP
#define VALUEEXISTSEXCEPTION_HPP

#include "Exception.hpp"

class ValueExistsException : public Exception
{
};

#endif //VALUEEXISTSEXCEPTION_HPP