view ValueExistsException.hpp @ 17:9a1825df8418

Plug memoryleaks.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Tue, 28 Aug 2012 19:15:33 +0200
parents 06166d6c083b
children
line wrap: on
line source

#ifndef VALUEEXISTSEXCEPTION_HPP
#define VALUEEXISTSEXCEPTION_HPP

#include "Exception.hpp"

class ValueExistsException : public Exception
{
};

#endif //VALUEEXISTSEXCEPTION_HPP