Exception: LeanPool::ResourceError
- Defined in:
- lib/lean_pool/errors.rb
Overview
Raised when resource initialization fails.
This error is raised when the resource initializer block raises an exception
during resource creation. The original error is preserved and can be accessed
via the cause attribute.