mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 16:11:35 -06:00
13 lines
181 B
C++
Executable File
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
|