/***************************************************************************
* *
* copyright (C) 2003 by Michael Buesch *
* email: fsdeveloper@yahoo.de *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License version 2 *
* as published by the Free Software Foundation. *
* *
***************************************************************************/
#include "pwgexception.h"
PwgException::PwgException(exceptionId id, const char *message)
{
exId = id;
exMess = message;
}
syntax highlighted by Code2HTML, v. 0.9.1