class ACP::TransportTimeoutError

Overview

Raised when reading from or writing to the transport times out.

Defined in:

acp/errors.cr

Constructors

Constructor Detail

def self.new(message : String = "Transport operation timed out") #

[View source]