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

Breadcrumb

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

function UnexpectedCallException::__construct

Parameters

string $message:

ObjectProphecy<object> $objectProphecy:

string $methodName:

array<mixed> $arguments:

Overrides ObjectProphecyException::__construct

File

vendor/phpspec/prophecy/src/Prophecy/Exception/Call/UnexpectedCallException.php, line 28

Class

UnexpectedCallException

Namespace

Prophecy\Exception\Call

Code

public function __construct($message, ObjectProphecy $objectProphecy, $methodName, array $arguments) {
    parent::__construct($message, $objectProphecy);
    $this->methodName = $methodName;
    $this->arguments = $arguments;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal