aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions.h
blob: 3bf2e0b58c4f06205a8713e1445c46b818ad9c3a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef EXCEPTIONS_H
#define EXCEPTIONS_H

#include "exceptionbase.h"
#include <stdarg.h>

subExceptionDecl( XmlException )
subExceptionDecl( FileException )

#endif