Exception: Basecamp::Oauth::Fetcher::BodyTooLarge
- Inherits:
-
StandardError
- Object
- StandardError
- Basecamp::Oauth::Fetcher::BodyTooLarge
- Defined in:
- lib/basecamp/oauth/fetcher.rb
Overview
Raised to abort a streaming read once the cap is exceeded. Crosses the module boundary by design: stream_http lets it propagate raw, and each caller (fetch_json here, the device flow's post paths) maps it to its own typed cap fault.