Dart API Referencedart:ioHttpException

HttpException Class

Subclasses

RedirectException

Implements

Exception

Constructors

Code const HttpException([String message = ""]) #

const HttpException([String this.message = ""]);

Methods

Code String toString() #

String toString() => "HttpException: $message";

Fields

Code final String message #

final String message;