]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/objectloader.h
Move all exception classes to except.h, for real this time
[libs/datafile.git] / source / objectloader.h
index 76fc412abed60db13c7b7e4b80837ffad0ca93df..e383109f791937739c7e80e5e3d10486bc1641ff 100644 (file)
@@ -1,18 +1,12 @@
 #ifndef MSP_DATAFILE_OBJECTLOADER_H_
 #define MSP_DATAFILE_OBJECTLOADER_H_
 
-#include <typeinfo>
+#include "except.h"
 #include "loader.h"
 
 namespace Msp {
 namespace DataFile {
 
-class no_collection: public std::runtime_error
-{
-public:
-       no_collection(const std::type_info &);
-};
-
 class Collection;
 
 /**