Skip to content
Snippets Groups Projects
Commit 9df340b3 authored by valerio's avatar valerio
Browse files

Added new exception for IO

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1867 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 769211a7
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,12 @@ public: ...@@ -38,6 +38,12 @@ public:
Error(m) {} Error(m) {}
}; };
class IOFileAlreadyLoadedException: public Error {
public:
IOFileAlreadyLoadedException(const String& m):
Error(m) {}
};
}} // ns }} // ns
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment