summaryrefslogtreecommitdiff
path: root/include/dynref.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dynref.h')
-rw-r--r--include/dynref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dynref.h b/include/dynref.h
index 2569d755c..bcfca9647 100644
--- a/include/dynref.h
+++ b/include/dynref.h
@@ -59,7 +59,7 @@ class CoreExport dynamic_reference_base : public interfacebase, public insp::int
inline void dynamic_reference_base::check()
{
if (!value)
- throw ModuleException("Dynamic reference to '" + name + "' failed to resolve");
+ throw ModuleException("Dynamic reference to '" + name + "' failed to resolve. Are you missing a module?");
}
template<typename T>