Skip to content

Commit ccfcd35

Browse files
authored
ensure UnsupportedDecompressionError <: Exception (#260)
Not sure if there is any benefit, but I suppose the intention is for this type, as an exception type, to subtype `Exception`.
1 parent cbed1d5 commit ccfcd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decompression.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function compress(
106106
return Br, Bc
107107
end
108108

109-
struct UnsupportedDecompressionError
109+
struct UnsupportedDecompressionError <: Exception
110110
msg::String
111111
end
112112

0 commit comments

Comments
 (0)