Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-01 | Fix typo in StandardException documentation | Submohr | |
Closed parenthesis in the StandardException page of the website. | |||
2022-02-08 | [website] slight feature documentation updates (Just bringing them in line ↵ | Reinier Zwitserloot | |
with reality) | |||
2021-04-16 | [pr 2702] finishing the `@StandardException` feature. | Reinier Zwitserloot | |
* rewritten how it works a bit: Now compatible with parent exceptions that don't have the Throwable variants. * rewritten how it works a bit: You can now provide the full constructor only; the rest will forward to it. * fixing up style. * rewrite the docs. | |||
2021-03-24 | @StandardException feature working draft | ttzn | |
* move feature under experimental * replace ProviderFor with Provides * add doc material (to be completed) * add author |