#include "ValueExistsException.hpp"

void ValueExistsException::raise() const
{
  throw *this;
}
