class

Fetcher::FetchError

Inherits Exception < Reference < Object

Constructors

new(message : String, original_error : Error | Nil = nil, cause : Exception | Nil = nil)
Source

Instance methods

cause

Returns the previous exception at the time this exception was raised. This is useful for wrapping exceptions and retaining the original exception information.

Source
original_error
Source