diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-07 15:16:54 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-07 15:16:54 (GMT) |
| commit | 1dadb11fc218786a36cc46714a0478e229ca44a9 (patch) | |
| tree | 8e0d2d011d90b15c2a7d96893e1107f0f8e7da1b /src/stamps/StampsModelException.h | |
| parent | 61ed6e0276d580515d0acf5ddb96b1db95b9b191 (diff) | |
| download | powder-1dadb11fc218786a36cc46714a0478e229ca44a9.zip powder-1dadb11fc218786a36cc46714a0478e229ca44a9.tar.gz | |
Remove unneeded files
Diffstat (limited to 'src/stamps/StampsModelException.h')
| -rw-r--r-- | src/stamps/StampsModelException.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/stamps/StampsModelException.h b/src/stamps/StampsModelException.h deleted file mode 100644 index 7310aa0..0000000 --- a/src/stamps/StampsModelException.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * StampsModelException.h - * - * Created on: Mar 29, 2012 - * Author: Simon - */ - -#ifndef STAMPSMODELEXCEPTION_H_ -#define STAMPSMODELEXCEPTION_H_ - -#include <string> -#include <exception> -using namespace std; - -class StampsModelException { - string message; -public: - StampsModelException(string message_): message(message_) {}; - const char * what() const throw() { return message.c_str(); }; - ~StampsModelException() throw() {}; -}; - -#endif /* STAMPSMODELEXCEPTION_H_ */ |
