summaryrefslogtreecommitdiff
path: root/src/util/exceptions.h
blob: 2ba8ff3c68bb1af63d7dbf7ae80f77efe10fbc65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*********
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
* Copyright 1999-2008 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
#ifndef EXCEPTIONS_H
#define EXCEPTIONS_H

class BTException {};

class BTCLuceneException: public BTException {};

#endif