Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ServiceNotFoundException.php
function ServiceNotFoundException::getAlternatives
File
vendor/
symfony/
dependency-injection/
Exception/
ServiceNotFoundException.php
, line 60
Class
ServiceNotFoundException
This exception is thrown when a non-existent service is requested.
Namespace
Symfony\Component\DependencyInjection\Exception
Code
public
function
getAlternatives
() : array {
return
$this
->
alternatives
; }
RSS feed