TitleFetchException

A normal Exception but with an HTTP status code attached.

Constructors

this
this(string message, string url, uint code, string file, size_t line, Throwable nextInChain)

Create a new TitleFetchException, attaching a URL and an HTTP status code.

this
this(string message, string file, size_t line, Throwable nextInChain)

Create a new TitleFetchException, without attaching anything.

Members

Variables

code
uint code;

The HTTP status code that was returned when attempting to fetch a title.

url
string url;

The URL that was attempted to fetch the title of.