Class Storage
Exception thrown on storage errors, e.g. a driver back-end reported a fatal error.
- Exception implements Throwable
- Core\Exception
- Core\Exception\Storage
Namespace: Core\Exception
Package: Core\Exception
Since: 3.0
Requires: PHP 5.3
Version: 1.1
Located at Exception/Storage.inc.php
Package: Core\Exception
Since: 3.0
Requires: PHP 5.3
Version: 1.1
Located at Exception/Storage.inc.php
Methods summary
public
|
|
public
string|false
|
#
getUnifiedCode( )
Returns the unified error code, if possible. Performs a callback on the storage back-end that threw the exception. Error code translation is only possible if the creator of the exception supports error code translation. |
Methods inherited from Core\Exception
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
protected
callable
|
$_codeUnificationCallback
Callback invoked to unify error code amongst storage drivers. |