Dart Documentationclean_ajax.clientCancelError

CancelError class

class CancelError implements Exception {
 const CancelError();
 String toString() => "CancelError";
}

Implements

Exception

Constructors

const CancelError() #

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.

docs inherited from Object
const CancelError();

Methods

String toString() #

Returns a string representation of this object.

docs inherited from Object
String toString() => "CancelError";