Quasardb API for PHP
Introduction Installation Compilation Configuration API Reference

Classes

  • QdbBatch
  • QdbBatchResult
  • QdbBlob
  • QdbCluster
  • QdbDeque
  • QdbEntry
  • QdbEntryCollection
  • QdbExpirableEntry
  • QdbHashSet
  • QdbInteger
  • QdbTag
  • QdbTagCollection

Exceptions

  • QdbAliasAlreadyExistsException
  • QdbAliasNotFoundException
  • QdbConnectionException
  • QdbContainerEmptyException
  • QdbException
  • QdbIncompatibleTypeException
  • QdbInputException
  • QdbOperationDisabledException
  • QdbOperationException
  • QdbProtocolException
  • QdbSystemException
 1:  2:  3:  4:  5:  6:  7:  8:  9: 10: 11: 12: 13: 14: 15: 16: 
<?php
/**
 * Thrown when the container is empty.
 *
 * @example
 * <code>
 * $cluster->deque('alias')->pushBack('content');
 * $cluster->deque('alias')->popBack();
 * $cluster->deque('alias')->popBack(); // throws QdbContainerEmptyException
 * </code>
 */
final class QdbContainerEmptyException extends QdbOperationException
{
}
?>
Copyright 2009-2017 quasardb SAS Documentation generated by ApiGen