File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,11 @@ other exceptions like `LogicException` or `InvalidArgumentException` could be th
1515
1616This inconsistent behavior and inaccurate documentation has been fixed in 2.4.0 by:
1717
18- - Adding a new ` CommonMarkException ` interface implemented by all exceptions thrown by this library
19- - Adding several new exception types that implement that interface while also extending from the same base exception
20- type as that would have been previously thrown.
21- - Fixing incorrect docblocks about the exception types being thrown
18+ - Adding a new ` CommonMarkException ` interface implemented by all exceptions thrown by this library
19+ - Adding several new exception types that implement that interface while also extending from the same base exception
20+ type as that would have been previously thrown.
21+ - Fixing incorrect docblocks about the exception types being thrown
2222
2323If you were previously catching exceptions thrown by this library in your code, you should consider changing your
2424` catch ` blocks to either catch ` CommonMarkException ` (for all exceptions) or one of the exception types under the
2525` League\CommonMark\Exception ` namespace.
26-
You can’t perform that action at this time.
0 commit comments