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