Dart API Referencedart:coreObjectNotClosureException

ObjectNotClosureException class

class ObjectNotClosureException implements Exception {
  const ObjectNotClosureException();
  String toString() => "Object is not closure";
}

Implements

Exception

Constructors

const ObjectNotClosureException() #

const ObjectNotClosureException();

Methods

String toString() #

Returns a string representation of this object.

docs inherited from Object
String toString() => "Object is not closure";