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