Copy of old lessons from afs webpage
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include <stdexcept>
|
||||
class epicsExceptionOutOfMemory : public runtime_error
|
||||
{
|
||||
public epicsExceptionOutOfMemory(char* where)
|
||||
}
|
||||
Reference in New Issue
Block a user