Skip to content

Commit 0d0b0d2

Browse files
document auto-merging of Multiple Exceptions
1 parent a189075 commit 0d0b0d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Try.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ end
5454
MultipleExceptions(tuple_or_vector_of_exceptions)
5555
5656
Little helper type which combines several Exceptions into one new Exception.
57+
58+
In the several arguments version, and only there, if an MultipleExceptions is given, it will be flattened directly for convenience.
5759
"""
5860
struct MultipleExceptions{Es<:Tuple} <: Exception
5961
exceptions::Es

0 commit comments

Comments
 (0)