Skip to content

Commit

Permalink
Added missing 'Raises' to Sequel section [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manuel Cuello committed Sep 9, 2022
1 parent a431279 commit 5074c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -739,6 +739,8 @@ Raises same exceptions as [elasticsearch](#elasticsearch)
Sequel.connect(connect_timeout: 1, pool_timeout: 1, ...)
```

Raises

- `Sequel::DatabaseConnectionError` on connect and read timeouts
- `Sequel::PoolTimeout` on checkout timeout

Expand Down

0 comments on commit 5074c29

Please sign in to comment.