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

/*--
 --*/

#ifndef __UNKNOWNWINDOWEXCEPTION_H__
#define __UNKNOWNWINDOWEXCEPTION_H__

class UnknownWindowException
{
    public:
        int error;
        string message;
}

#endif