PHP Class Webmozart\KeyValueStore\Api\ReadException

Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends RuntimeExceptio\RuntimeException
Exibir arquivo Open project: webmozart/key-value-store Class Usage Examples

Public Methods

Method Description
forException ( Exception $exception ) : static Creates a new exception.

Method Details

forException() public static method

.
public static forException ( Exception $exception ) : static
$exception Exception The exception that caused this exception.
return static The new exception.