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

Breadcrumb

  1. Drupal Core 11.1.x
  2. MissingConstructorArgumentsException.php

function MissingConstructorArgumentsException::__construct

Parameters

string[] $missingArguments:

class-string|null $class:

File

vendor/symfony/serializer/Exception/MissingConstructorArgumentsException.php, line 23

Class

MissingConstructorArgumentsException
@author Maxime VEBER <maxime.veber@nekland.fr>

Namespace

Symfony\Component\Serializer\Exception

Code

public function __construct(string $message, int $code = 0, ?\Throwable $previous = null, array $missingArguments = [], ?string $class = null) {
    parent::__construct($message, $code, $previous);
}
RSS feed
Powered by Drupal