Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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
Powered by Drupal