summaryrefslogtreecommitdiff
path: root/src/ConfigurationError.h
blob: 31cf56ce0e15e835a5f27599b5368bce6b178d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: ConfigurationError.h,v 1.2 2006/06/16 07:36:54 whot Exp $ */
/*--
 --*/

#ifndef __CONFIGURATIONERROR_H__
#define __CONFIGURATIONERROR_H__

class ConfigurationError
{
};

#endif