Render meaningful message for linking errors
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 25 Feb 2014 00:48:31 +0000 (19:48 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Tue, 25 Feb 2014 00:48:31 +0000 (19:48 -0500)
exn.mlt

diff --git a/exn.mlt b/exn.mlt
index b28705f..1b28abe 100644 (file)
--- a/exn.mlt
+++ b/exn.mlt
@@ -21,6 +21,8 @@
 <b>Authorization error</b>: <% Web.htmlNl msg %>
 <% | Web.Format s => %>
 <b>Format</b>: <% Web.htmlNl s %>
+<% | DynLinkage.DynLinkError s => %>
+<b>Linking error</b>: <% Web.htmlNl s %>
 
 <% | Init.NeedTos => %>
 <p><b>Our records indicate that you need to agree to our Terms of Service.</b></p>