#ifndef SWIFTEN_ZLIBEXCEPTION_H
#define SWIFTEN_ZLIBEXCEPTION_H

namespace Swift {
	class ZLibException {
		public:
			ZLibException() {}
	};
}

#endif