Dart API Referencedart:coreEmptyQueueException

EmptyQueueException class

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

Implements

Exception

Constructors

const EmptyQueueException() #

const EmptyQueueException();

Methods

String toString() #

Returns a string representation of this object.

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