Class QdbAliasAlreadyExistsException
Thrown when an entry with the same alias is already present in the database.
- Exception
-
QdbException
-
QdbOperationException
-
QdbAliasAlreadyExistsException
Final
Example:
Example:
$cluster->blob('alias')->put('content1'); $cluster->blob('alias')->put('content2'); // throws QdbAliasAlreadyExistsException
__construct(),
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
$code,
$file,
$line,
$message
|