Exception: Pikuri::Tool::Scraper::FetchError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pikuri/tool/scraper.rb

Overview

Raised when a URL can't be rendered to Markdown — HTTP non-2xx, network failure, redirect loop, missing Location, unsupported content-type, or a parse failure. The web tools rescue this into an "Error: ..." observation; anything else bubbles up so genuine bugs stay visible.