This commit is contained in:
Michael Davidsaver
2017-09-14 11:37:39 -05:00
parent 4d587b18d4
commit 2e0fe07135
+1 -1
View File
@@ -647,5 +647,5 @@ PVIFBuilder* PVIFBuilder::create(const std::string& type)
else if(type=="plain")
return new PlainBuilder;
else
throw std::runtime_error("Unknown mapping @type");
throw std::runtime_error(std::string("Unknown +type=")+type);
}