]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/catalogue.cpp
Fix remaining exception class names
[r2c2.git] / source / 3d / catalogue.cpp
index 8d31219eb24dfabc1c718457be7db9fda7c5ac76..7169c60c3272be579162ec093fdbd1c5672a764e 100644 (file)
@@ -94,7 +94,7 @@ FS::Path Catalogue3D::locate_file(const string &name)
        if(FS::exists(path))
                return path;
 
-       throw Exception("Can't locate "+name);
+       throw runtime_error("Can't locate "+name);
 }
 
 template<typename T>