Documentation

ServiceCircularReferenceException extends RuntimeException
in package

This exception is thrown when a circular reference is detected.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

$path  : mixed
$serviceId  : mixed
__construct()  : mixed
getPath()  : mixed
getServiceId()  : mixed

Properties

Methods

__construct()

public __construct(string $serviceId, array<string|int, mixed> $path[, Throwable|null $previous = null ]) : mixed
Parameters
$serviceId : string
$path : array<string|int, mixed>
$previous : Throwable|null = null
Return values
mixed

Search results