FailedRequestException
class
Exception thrown when the server does not respond to request or responds
with HTTP error code.
class FailedRequestException implements Exception {
const FailedRequestException();
String toString() => "FailedRequestException";
}
Implements
Exception
Constructors
const FailedRequestException() #
Creates a new Object instance.
Object instances have no meaningful state, and are only useful
through their identity. An Object instance is equal to itself
only.
const FailedRequestException();
Methods
String toString() #
Returns a string representation of this object.
String toString() => "FailedRequestException";