Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
dsexceptions.h - Simple exception classes
|
||||
|
||||
#ifndef DSEXCEPTIONS_H_
|
||||
#define DSEXCEPTIONS_H_
|
||||
|
||||
class Underflow { };
|
||||
class Overflow { };
|
||||
class OutOfMemory { };
|
||||
class BadIterator { };
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user