Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Jan 11, 2024
1 parent dd245fd commit d086d75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ If you've just confessed and you can't wait to sin again, try this package. It w
- [**Quick start**](#quick-start)
- [**Decorator mode**](#decorator-mode)
- [**Context manager mode**](#context-manager-mode)
- [**Which exceptions are escaped?**](#which-exceptions-are-escaped)


## Quick start
Expand Down Expand Up @@ -106,4 +107,4 @@ with exception_escaping(default_return='some value'):
# exception_escaping.errors.SetDefaultReturnValueForDecoratorError: You cannot set a default value for the context manager. This is only possible for the decorator.
```

## Which exceptions are blocked?
## Which exceptions are escaped?

0 comments on commit d086d75

Please sign in to comment.