Files
easy7zip/Common/NewHandler.h
Igor Pavlov 8c1b5c7b7e 3.13
2016-05-28 00:15:41 +01:00

13 lines
181 B
C++
Executable File

// Common/NewHandler.h
#pragma once
#ifndef __COMMON_NEWHANDLER_H
#define __COMMON_NEWHANDLER_H
#include "Exception.h"
class CNewException: public CSystemException{};
#endif