Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Feb 17, 2024
1 parent 11153bc commit 364bbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/what_are_tokens/exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ token.check()

Each type of token has a corresponding type of exception that can be raised in this case:

- [`SimpleToken`](/types_of_tokens/SimpleToken/) -> `CancellationError`
- [`SimpleToken`](types_of_tokens/SimpleToken/) -> `CancellationError`
- [`ConditionToken`](/types_of_tokens/ConditionToken/) -> `ConditionCancellationError`
- [`TimeoutToken`](/types_of_tokens/TimeoutToken/) -> `TimeoutCancellationError`
- [`CounterToken`](/types_of_tokens/CounterToken/) -> `CounterCancellationError`
Expand Down

0 comments on commit 364bbca

Please sign in to comment.