Skip to content
Snippets Groups Projects
Commit 991126ae authored by valerio's avatar valerio
Browse files

Added new IOException to raise when file format has not been identified

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