class LikeeScraper::HTTPError

Overview

The HTTPError exception is raised when the HTTP status is not between 200 and 299.

Defined in:

likee_scraper/exceptions/http_error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(response : HTTP::Client::Response) #

[View source]

Instance Method Detail

def message : String #

[View source]
def response : HTTP::Client::Response #

[View source]
def status(*args, **options) #

[View source]
def status(*args, **options, &) #

[View source]