AutowiringFailedException
class AutowiringFailedException extends RuntimeException
Thrown when a definition cannot be autowired.
Methods
__construct(string $serviceId, string $message = '', int $code, Exception $previous = null) | ||
getServiceId() |
Details
__construct(string $serviceId, string $message = '', int $code, Exception $previous = null)
Parameters
string | $serviceId | |
string | $message | |
int | $code | |
Exception | $previous |
getServiceId()
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/DependencyInjection/Exception/AutowiringFailedException.html