Class QdbAliasAlreadyExistsException
Thrown when an entry with the same alias is already present in the database.
- qdb\Exception
-
qdb\QdbException
-
qdb\QdbOperationException
-
qdb\QdbAliasAlreadyExistsException
Final
Namespace: qdb
Example:
Namespace: qdb
Example:
$cluster->blob('alias')->put('content1'); $cluster->blob('alias')->put('content2'); // throws QdbAliasAlreadyExistsException