eZ\Publish\Core\Persistence\Legacy\Exception\StorageNotFound::__construct PHP Method

__construct() public method

Creates a new exception for $typeName.
public __construct ( mixed $typeName )
$typeName mixed
    public function __construct($typeName)
    {
        parent::__construct(sprintf('Storage for type "%s" not found.', $typeName));
    }
StorageNotFound