1 2 3 4 5 6 7 8 9 10 11
#ifndef SWIFTEN_ZLIBEXCEPTION_H #define SWIFTEN_ZLIBEXCEPTION_H namespace Swift { class ZLibException { public: ZLibException() {} }; } #endif