Skip to content

Commit d269906

Browse files
committed
Make XMLError a subtype of Exception
This allows FactCheck to handle LightXML errors properly
1 parent fa863e0 commit d269906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
abstract XMLError
2+
abstract XMLError <: Exception
33

44
immutable XMLParseError <: XMLError
55
msg::String

0 commit comments

Comments
 (0)