-
Tom Perkins authored
When IPropertyManager::getValue fails to assign the property to the specified type, a runtime_error is raised. Changed the error messages in all (specific) cases to specify exactly what type it was expecting, i.e. (const) shared_ptr<X> not just X or const X.
fd68c636Tom Perkins authoredWhen IPropertyManager::getValue fails to assign the property to the specified type, a runtime_error is raised. Changed the error messages in all (specific) cases to specify exactly what type it was expecting, i.e. (const) shared_ptr<X> not just X or const X.
Loading