X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fdynref.h;h=bcfca9647d6cc0aad4ecd1e1e35875013d72efca;hb=635cb9d65f6d7f6758ae8ed874da00c8d94b6e39;hp=2569d755c7cf185627640a45e88f1fe1795df50e;hpb=8f62016f16cf2419817738904153cb3711b20d7e;p=user%2Fhenk%2Fcode%2Finspircd.git 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