Class QdbIncompatibleTypeException
Thrown when an operation cannot be perform because the existing entry do not have the appropriate type.
- Exception
-
QdbException
-
QdbOperationException
-
QdbIncompatibleTypeException
Final
Example:
Example:
$cluster->blob('alias')->put('content1'); $cluster->integer('alias')->get(); // throws QdbIncompatibleTypeException
__construct(),
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
$code,
$file,
$line,
$message
|