eZ\Publish\Core\Search\Legacy\Content\Location\Gateway\ExceptionConversion::__construct PHP Method

__construct() public method

Creates a new exception conversion gateway around $innerGateway.
public __construct ( Gateway $innerGateway )
$innerGateway eZ\Publish\Core\Search\Legacy\Content\Location\Gateway
    public function __construct(Gateway $innerGateway)
    {
        $this->innerGateway = $innerGateway;
    }
ExceptionConversion