class Cryload::RequestTimeoutError

Overview

Raised when a request exceeds --request-timeout. Deliberately not an IO::Error: HTTP::Client retries some IO errors on a reused connection, and a deadline breach must abort instead of being replayed.

Defined in:

cryload/error_category.cr

Constructors

Constructor Detail

def self.new(limit : Time::Span) #