mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 22:07:08 -06:00
3.13
This commit is contained in:
12
Common/NewHandler.h
Executable file
12
Common/NewHandler.h
Executable file
@@ -0,0 +1,12 @@
|
||||
// Common/NewHandler.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __COMMON_NEWHANDLER_H
|
||||
#define __COMMON_NEWHANDLER_H
|
||||
|
||||
#include "Exception.h"
|
||||
|
||||
class CNewException: public CSystemException{};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user