Initial commit
This commit is contained in:
8
P3/illegal_exception.h
Normal file
8
P3/illegal_exception.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef ILLEGAL_EXCEPTION_H
|
||||
#define ILLEGAL_EXCEPTION_H
|
||||
|
||||
#include <exception>
|
||||
|
||||
class illegal_exception : std::exception {};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user