From f9fb0b902850620812fe3964082c308ab1e44989 Mon Sep 17 00:00:00 2001 From: Sam O'Connor Date: Wed, 27 Apr 2016 13:52:28 +1000 Subject: [PATCH] export DNSError --- base/exports.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/base/exports.jl b/base/exports.jl index 704e4ff233e88c..a611b06efac882 100644 --- a/base/exports.jl +++ b/base/exports.jl @@ -171,6 +171,7 @@ export TypeError, AssertionError, UnicodeError, + DNSError, # Global constants and variables ARGS,