We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a88e95 commit fa9885aCopy full SHA for fa9885a
doc/Language/exceptions.pod6
@@ -62,6 +62,9 @@ To handle all exceptions use a C<default> statement.
62
}
63
64
65
+Please note that the match target is a role. To allow user defined exceptions
66
+to match in the same manner, they must implement the given role. Just existing
67
+in the same namespace will look alike but won't match in a C<CATCH> block.
68
69
## Exceptions handlers and enclosing blocks.
70
0 commit comments