Class QdbIncompatibleTypeException
Thrown when an operation cannot be perform because the existing entry do not have the appropriate type.
- qdb\Exception
-
qdb\QdbException
-
qdb\QdbOperationException
-
qdb\QdbIncompatibleTypeException
Final
Namespace: qdb
Example:
Namespace: qdb
Example:
$cluster->blob('alias')->put('content1'); $cluster->integer('alias')->get(); // throws QdbIncompatibleTypeException