Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MissingConstructorArgumentsException.php
function MissingConstructorArgumentsException::getClass
Return value
class-string|null
File
vendor/
symfony/
serializer/
Exception/
MissingConstructorArgumentsException.php
, line 44
Class
MissingConstructorArgumentsException
@author Maxime VEBER <
maxime.veber@nekland.fr
>
Namespace
Symfony\Component\Serializer\Exception
Code
public
function
getClass
() : ?string {
return
$this
->
class
; }
RSS feed