Class QdbContainerEmptyException
Thrown when the container is empty.
- Exception
-
QdbException
-
QdbOperationException
-
QdbContainerEmptyException
Final
Example:
Example:
$cluster->deque('alias')->pushBack('content'); $cluster->deque('alias')->popBack(); $cluster->deque('alias')->popBack(); // throws QdbContainerEmptyException
__construct(),
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
$code,
$file,
$line,
$message
|