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

Properties

$path  : array<string|int, mixed>
$serviceId  : string

Methods

__construct()  : mixed
getPath()  : array<string|int, mixed>
getServiceId()  : string

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

        
On this page

Search results