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