// %pacpus:license{ // This file is part of the PACPUS framework distributed under the // CECILL-C License, Version 1.0. // %pacpus:license} /// @author Marek Kurdej /// @version $Id$ #include using namespace pacpus; PacpusException::PacpusException(std::string const& what) : std::runtime_error(what) { } PacpusException::~PacpusException() { }