Documentation

AutowiringFailedException extends RuntimeException
in package

Thrown when a definition cannot be autowired.

Table of Contents

Properties

$messageCallback  : Closure|null
$serviceId  : string

Methods

__construct()  : mixed
getMessageCallback()  : Closure|null
getServiceId()  : mixed

Properties

Methods

__construct()

public __construct(string $serviceId[, string|Closure $message = '' ][, int $code = 0 ][, Throwable $previous = null ]) : mixed
Parameters
$serviceId : string
$message : string|Closure = ''
$code : int = 0
$previous : Throwable = null

        
On this page

Search results